Skip to content

Commit 03867ac

Browse files
authored
Merge pull request #719 from sigstore/renovate/com.google.code.gson-gson-2.x
fix(deps): update dependency com.google.code.gson:gson to v2.11.0
2 parents bbeb4dd + 0850e47 commit 03867ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sigstore-java/build.gradle.kts

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

3636
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")
3838
implementation("org.bouncycastle:bcutil-jdk18on:1.78.1")
3939
implementation("org.bouncycastle:bcpkix-jdk18on:1.78.1")
4040

sigstore-testkit/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
dependencies {
88
implementation(project(":sigstore-java"))
9-
implementation("com.google.code.gson:gson:2.10.1")
9+
implementation("com.google.code.gson:gson:2.11.0")
1010
implementation("com.google.guava:guava:33.2.0-jre")
1111

1212
// This is different from typical "testImplementation" dependencies, because

0 commit comments

Comments
 (0)