Skip to content

Commit

Permalink
Merge pull request #508 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.16.0
  • Loading branch information
loosebazooka authored Sep 11, 2023
2 parents 158832e + 3db9455 commit 0f9621e
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 0f9621e

Please sign in to comment.