Skip to content

Commit

Permalink
Merge pull request #51 from orangain/dependabot/gradle/info.picocli-p…
Browse files Browse the repository at this point in the history
…icocli-4.7.6

Bump info.picocli:picocli from 4.7.5 to 4.7.6
  • Loading branch information
orangain committed Jun 5, 2024
2 parents 3cdf4c0 + cebee4b commit 8f30e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ktcodeshift-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-scripting-common")
implementation("org.jetbrains.kotlin:kotlin-scripting-jvm")
implementation("org.jetbrains.kotlin:kotlin-scripting-jvm-host")
implementation("info.picocli:picocli:4.7.5")
implementation("info.picocli:picocli:4.7.6")
implementation(project(":ktcodeshift-dsl")) // the script definition module
implementation("org.jetbrains.kotlin:kotlin-test")
testImplementation("com.github.orangain.ktast:ast-psi:0.9.3")
Expand Down

0 comments on commit 8f30e7f

Please sign in to comment.