Skip to content

Commit

Permalink
Merge pull request #697 from sigstore/renovate/commons-codec-commons-…
Browse files Browse the repository at this point in the history
…codec-1.x

fix(deps): update dependency commons-codec:commons-codec to v1.17.0
  • Loading branch information
loosebazooka committed May 6, 2024
2 parents af3c834 + 93a61e5 commit b9a9bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigstore-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
runtimeOnly("io.grpc:grpc-netty-shaded")
compileOnly("org.apache.tomcat:annotations-api:6.0.53") // java 9+ only

implementation("commons-codec:commons-codec:1.16.1")
implementation("commons-codec:commons-codec:1.17.0")
implementation("com.google.code.gson:gson:2.10.1")
implementation("org.bouncycastle:bcutil-jdk18on:1.78.1")
implementation("org.bouncycastle:bcpkix-jdk18on:1.78.1")
Expand Down

0 comments on commit b9a9bab

Please sign in to comment.