Skip to content

Commit 50028e5

Browse files
fix(deps): update dependency commons-codec:commons-codec to v1.16.1
1 parent a9f883e commit 50028e5

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
@@ -35,7 +35,7 @@ dependencies {
3535
runtimeOnly("io.grpc:grpc-netty-shaded")
3636
compileOnly("org.apache.tomcat:annotations-api:6.0.53") // java 9+ only
3737

38-
implementation("commons-codec:commons-codec:1.16.0")
38+
implementation("commons-codec:commons-codec:1.16.1")
3939
implementation("com.google.code.gson:gson:2.10.1")
4040
implementation("org.bouncycastle:bcutil-jdk18on:1.77")
4141
implementation("org.bouncycastle:bcpkix-jdk18on:1.77")

0 commit comments

Comments
 (0)