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 7d0e5ad + 5ef0688 commit a839c49Copy full SHA for a839c49
sigstore-java/build.gradle.kts
@@ -14,7 +14,7 @@ dependencies {
14
compileOnly("org.immutables:value-annotations:2.10.1")
15
annotationProcessor("org.immutables:value:2.10.1")
16
17
- implementation(platform("com.google.http-client:google-http-client-bom:1.44.1"))
+ implementation(platform("com.google.http-client:google-http-client-bom:1.44.2"))
18
implementation("com.google.http-client:google-http-client-apache-v2")
19
implementation("com.google.http-client:google-http-client-gson")
20
0 commit comments