Skip to content

Commit af3e75a

Browse files
authored
Merge pull request #1211 from sigstore/renovate/immutables
Update immutables to v2.12.2
2 parents cad1514 + a48bba2 commit af3e75a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sigstore-java/build.gradle.kts

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

1313
dependencies {
14-
compileOnly("org.immutables:gson:2.12.1")
15-
compileOnly("org.immutables:value-annotations:2.12.1")
16-
annotationProcessor("org.immutables:value:2.12.1")
14+
compileOnly("org.immutables:gson:2.12.2")
15+
compileOnly("org.immutables:value-annotations:2.12.2")
16+
annotationProcessor("org.immutables:value:2.12.2")
1717

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

0 commit comments

Comments
 (0)