Skip to content

Commit

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

Bump info.picocli:picocli from 4.7.4 to 4.7.5
  • Loading branch information
orangain authored Jan 28, 2024
2 parents ed70b7d + 2581603 commit 20fa7a2
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.4")
implementation("info.picocli:picocli:4.7.5")
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 20fa7a2

Please sign in to comment.