Skip to content

Commit

Permalink
fix(deps): update dependency commons-codec:commons-codec to v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2023
1 parent 111f02d commit 3db9455
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 @@ -35,7 +35,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.15")
implementation("commons-codec:commons-codec:1.16.0")
implementation("com.google.code.gson:gson:2.10.1")
implementation("org.bouncycastle:bcutil-jdk18on:1.76")
implementation("org.bouncycastle:bcpkix-jdk18on:1.76")
Expand Down

0 comments on commit 3db9455

Please sign in to comment.