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 d5bba52 + acfa17d commit ebc53c7Copy full SHA for ebc53c7
sigstore-java/build.gradle.kts
@@ -10,9 +10,9 @@ plugins {
10
description = "A Java client for signing and verifying using Sigstore"
11
12
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")
+ compileOnly("org.immutables:gson:2.9.3")
+ compileOnly("org.immutables:value-annotations:2.9.3")
+ annotationProcessor("org.immutables:value:2.9.3")
16
17
implementation(platform("com.google.cloud:libraries-bom:26.2.0"))
18
implementation("com.google.http-client:google-http-client-apache-v2")
0 commit comments