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 5e523f3 commit a144e61Copy full SHA for a144e61
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