We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cad1514 + a48bba2 commit af3e75aCopy full SHA for af3e75a
1 file changed
sigstore-java/build.gradle.kts
@@ -11,9 +11,9 @@ plugins {
11
description = "A Java client for signing and verifying using Sigstore"
12
13
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")
+ compileOnly("org.immutables:gson:2.12.2")
+ compileOnly("org.immutables:value-annotations:2.12.2")
+ annotationProcessor("org.immutables:value:2.12.2")
17
18
implementation(platform("com.google.http-client:google-http-client-bom:2.1.0"))
19
implementation("com.google.http-client:google-http-client-apache-v2")
0 commit comments