Skip to content

Commit c9c95d8

Browse files
renovate[bot]vlsi
authored andcommitted
fix(deps): update immutables to v2.10.0
1 parent 0ba059f commit c9c95d8

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.3")
14-
compileOnly("org.immutables:value-annotations:2.9.3")
15-
annotationProcessor("org.immutables:value:2.9.3")
13+
compileOnly("org.immutables:gson:2.10.0")
14+
compileOnly("org.immutables:value-annotations:2.10.0")
15+
annotationProcessor("org.immutables:value:2.10.0")
1616

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

0 commit comments

Comments
 (0)