Skip to content

Commit

Permalink
fix(deps): update dependency info.picocli:picocli-codegen to v4.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2023
1 parent dfe3807 commit 7ffd450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigstore-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation(platform("com.google.oauth-client:google-oauth-client-bom:1.34.1"))
implementation("com.google.oauth-client:google-oauth-client")

annotationProcessor("info.picocli:picocli-codegen:4.7.4")
annotationProcessor("info.picocli:picocli-codegen:4.7.5")
}

tasks.compileJava {
Expand Down

0 comments on commit 7ffd450

Please sign in to comment.