File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies {
35
35
compileOnly(" org.apache.tomcat:annotations-api:6.0.53" ) // java 9+ only
36
36
37
37
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" )
39
39
implementation(" org.bouncycastle:bcutil-jdk18on:1.80" )
40
40
implementation(" org.bouncycastle:bcpkix-jdk18on:1.80" )
41
41
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
7
7
dependencies {
8
8
implementation(project(" :sigstore-java" ))
9
- implementation(" com.google.code.gson:gson:2.12 .1" )
9
+ implementation(" com.google.code.gson:gson:2.13 .1" )
10
10
implementation(" com.google.guava:guava:33.4.8-jre" )
11
11
12
12
// This is different from typical "testImplementation" dependencies, because
You can’t perform that action at this time.
0 commit comments