Skip to content

Commit 916f2cc

Browse files
renovate[bot]vlsi
authored andcommitted
fix(deps): update immutables to v2.10.1
1 parent 0e63156 commit 916f2cc

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

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

0 commit comments

Comments
 (0)