Skip to content

Commit ebc53c7

Browse files
authored
Merge pull request #254 from sigstore/renovate/immutables
Update immutables to v2.9.3
2 parents d5bba52 + acfa17d commit ebc53c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sigstore-java/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ plugins {
1010
description = "A Java client for signing and verifying using Sigstore"
1111

1212
dependencies {
13-
compileOnly("org.immutables:gson:2.9.2")
14-
compileOnly("org.immutables:value-annotations:2.9.2")
15-
annotationProcessor("org.immutables:value:2.9.2")
13+
compileOnly("org.immutables:gson:2.9.3")
14+
compileOnly("org.immutables:value-annotations:2.9.3")
15+
annotationProcessor("org.immutables:value:2.9.3")
1616

1717
implementation(platform("com.google.cloud:libraries-bom:26.2.0"))
1818
implementation("com.google.http-client:google-http-client-apache-v2")

0 commit comments

Comments
 (0)