Skip to content

Commit

Permalink
fix(deps): update dependency info.picocli:picocli to v4.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and vlsi committed Aug 1, 2023
1 parent 979049b commit 1bf4bfd
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 @@ -9,7 +9,7 @@ repositories {

dependencies {
implementation(project(":sigstore-java"))
implementation("info.picocli:picocli:4.7.3")
implementation("info.picocli:picocli:4.7.4")
implementation("com.google.guava:guava:31.1-jre")

implementation(platform("com.google.oauth-client:google-oauth-client-bom:1.34.1"))
Expand Down

0 comments on commit 1bf4bfd

Please sign in to comment.