Skip to content

Commit 93a61e5

Browse files
fix(deps): update dependency commons-codec:commons-codec to v1.17.0
1 parent 88ae3e3 commit 93a61e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sigstore-java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
runtimeOnly("io.grpc:grpc-netty-shaded")
3434
compileOnly("org.apache.tomcat:annotations-api:6.0.53") // java 9+ only
3535

36-
implementation("commons-codec:commons-codec:1.16.1")
36+
implementation("commons-codec:commons-codec:1.17.0")
3737
implementation("com.google.code.gson:gson:2.10.1")
3838
implementation("org.bouncycastle:bcutil-jdk18on:1.78.1")
3939
implementation("org.bouncycastle:bcpkix-jdk18on:1.78.1")

0 commit comments

Comments
 (0)