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 58a034f + d084f2c commit 0ba9ca3Copy full SHA for 0ba9ca3
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.47.0"))
+ implementation(platform("com.google.http-client:google-http-client-bom:1.47.1"))
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