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 @@ -34,7 +34,7 @@ dependencies {
34
34
compileOnly(" org.apache.tomcat:annotations-api:6.0.53" ) // java 9+ only
35
35
36
36
implementation(" commons-codec:commons-codec:1.17.0" )
37
- implementation(" com.google.code.gson:gson:2.10.1 " )
37
+ implementation(" com.google.code.gson:gson:2.11.0 " )
38
38
implementation(" org.bouncycastle:bcutil-jdk18on:1.78.1" )
39
39
implementation(" org.bouncycastle:bcpkix-jdk18on:1.78.1" )
40
40
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.10.1 " )
9
+ implementation(" com.google.code.gson:gson:2.11.0 " )
10
10
implementation(" com.google.guava:guava:33.2.0-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