We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 158832e + 3db9455 commit 0f9621eCopy full SHA for 0f9621e
sigstore-java/build.gradle.kts
@@ -35,7 +35,7 @@ dependencies {
35
runtimeOnly("io.grpc:grpc-netty-shaded")
36
compileOnly("org.apache.tomcat:annotations-api:6.0.53") // java 9+ only
37
38
- implementation("commons-codec:commons-codec:1.15")
+ implementation("commons-codec:commons-codec:1.16.0")
39
implementation("com.google.code.gson:gson:2.10.1")
40
implementation("org.bouncycastle:bcutil-jdk18on:1.76")
41
implementation("org.bouncycastle:bcpkix-jdk18on:1.76")
0 commit comments