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.
1 parent 0ba059f commit c9c95d8Copy full SHA for c9c95d8
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.3")
14
- compileOnly("org.immutables:value-annotations:2.9.3")
15
- annotationProcessor("org.immutables:value:2.9.3")
+ compileOnly("org.immutables:gson:2.10.0")
+ compileOnly("org.immutables:value-annotations:2.10.0")
+ annotationProcessor("org.immutables:value:2.10.0")
16
17
implementation(platform("com.google.http-client:google-http-client-bom:1.43.3"))
18
implementation("com.google.http-client:google-http-client-apache-v2")
0 commit comments