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 107c24f commit 9b3a79eCopy full SHA for 9b3a79e
sigstore-java/build.gradle.kts
@@ -15,7 +15,7 @@ dependencies {
15
compileOnly("org.immutables:value-annotations:2.10.1")
16
annotationProcessor("org.immutables:value:2.10.1")
17
18
- implementation(platform("com.google.http-client:google-http-client-bom:1.46.3"))
+ implementation(platform("com.google.http-client:google-http-client-bom:1.47.0"))
19
implementation("com.google.http-client:google-http-client-apache-v2")
20
implementation("com.google.http-client:google-http-client-gson")
21
0 commit comments