Skip to content

Commit 5f9ca5b

Browse files
authored
Merge pull request #1219 from sigstore/renovate/com.google.code.gson-gson-2.x
Update dependency com.google.code.gson:gson to v2.14.0
2 parents b65b198 + 96c30a4 commit 5f9ca5b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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
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.13.2")
38+
implementation("com.google.code.gson:gson:2.14.0")
3939
implementation("org.bouncycastle:bcutil-jdk18on:1.84")
4040
implementation("org.bouncycastle:bcpkix-jdk18on:1.84")
4141

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.13.2")
9+
implementation("com.google.code.gson:gson:2.14.0")
1010
implementation("com.google.guava:guava:33.5.0-jre")
1111

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

0 commit comments

Comments
 (0)