Skip to content

Commit acfa17d

Browse files
Update immutables to v2.9.3
1 parent 16d17c9 commit acfa17d

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.1.5"))
1818
implementation("com.google.http-client:google-http-client-apache-v2")

0 commit comments

Comments
 (0)