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.
1 parent a917281 commit ae86bc8Copy full SHA for ae86bc8
sigstore-java/build.gradle.kts
@@ -34,7 +34,7 @@ dependencies {
34
runtimeOnly("io.grpc:grpc-netty-shaded")
35
compileOnly("org.apache.tomcat:annotations-api:6.0.53") // java 9+ only
36
37
- implementation("commons-codec:commons-codec:1.17.1")
+ implementation("commons-codec:commons-codec:1.17.2")
38
implementation("com.google.code.gson:gson:2.11.0")
39
implementation("org.bouncycastle:bcutil-jdk18on:1.79")
40
implementation("org.bouncycastle:bcpkix-jdk18on:1.79")
0 commit comments