File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies {
3535 compileOnly(" org.apache.tomcat:annotations-api:6.0.53" ) // java 9+ only
3636
3737 implementation(" commons-codec:commons-codec:1.18.0" )
38- implementation(" com.google.code.gson:gson:2.12 .1" )
38+ implementation(" com.google.code.gson:gson:2.13 .1" )
3939 implementation(" org.bouncycastle:bcutil-jdk18on:1.80" )
4040 implementation(" org.bouncycastle:bcpkix-jdk18on:1.80" )
4141
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66
77dependencies {
88 implementation(project(" :sigstore-java" ))
9- implementation(" com.google.code.gson:gson:2.12 .1" )
9+ implementation(" com.google.code.gson:gson:2.13 .1" )
1010 implementation(" com.google.guava:guava:33.4.8-jre" )
1111
1212 // This is different from typical "testImplementation" dependencies, because
You can’t perform that action at this time.
0 commit comments