Skip to content

Commit

Permalink
fix(deps): update dependency commons-codec:commons-codec to v1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent a9f883e commit 50028e5
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.16.0")
implementation("commons-codec:commons-codec:1.16.1")
implementation("com.google.code.gson:gson:2.10.1")
implementation("org.bouncycastle:bcutil-jdk18on:1.77")
implementation("org.bouncycastle:bcpkix-jdk18on:1.77")
Expand Down

0 comments on commit 50028e5

Please sign in to comment.