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 59181d4 + 80dba85 commit 0653b6bCopy full SHA for 0653b6b
sigstore-java/build.gradle.kts
@@ -14,7 +14,7 @@ dependencies {
14
compileOnly("org.immutables:value-annotations:2.10.0")
15
annotationProcessor("org.immutables:value:2.10.0")
16
17
- implementation(platform("com.google.http-client:google-http-client-bom:1.43.3"))
+ implementation(platform("com.google.http-client:google-http-client-bom:1.44.1"))
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