Skip to content

Commit

Permalink
Merge pull request #124 from platan/dependabot/gradle/com.github.ajal…
Browse files Browse the repository at this point in the history
…t.clikt-clikt-4.4.0

Bump com.github.ajalt.clikt:clikt from 4.3.0 to 4.4.0
  • Loading branch information
platan authored May 19, 2024
2 parents 4992ee2 + 799e61b commit af81271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ dependencies {
exclude(group = "org.codehaus.groovy")
}
functionalTestImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
functionalTestImplementation("com.github.ajalt.clikt:clikt:4.3.0")
functionalTestImplementation("com.github.ajalt.clikt:clikt:4.4.0")
}

publishing {
Expand Down

0 comments on commit af81271

Please sign in to comment.