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 b2220ed + a144e61 commit 0e8b15fCopy full SHA for 0e8b15f
1 file changed
sigstore-java/build.gradle.kts
@@ -15,7 +15,7 @@ dependencies {
15
compileOnly("org.immutables:value-annotations:2.12.2")
16
annotationProcessor("org.immutables:value:2.12.2")
17
18
- implementation(platform("com.google.http-client:google-http-client-bom:2.1.1"))
+ implementation(platform("com.google.http-client:google-http-client-bom:2.2.0"))
19
implementation("com.google.http-client:google-http-client-apache-v5")
20
implementation("com.google.http-client:google-http-client-gson")
21
0 commit comments