Skip to content

Commit

Permalink
Merge pull request #638 from sigstore/renovate/com.google.http-client…
Browse files Browse the repository at this point in the history
…-google-http-client-bom-1.x

fix(deps): update dependency com.google.http-client:google-http-client-bom to v1.44.1
  • Loading branch information
loosebazooka authored Feb 12, 2024
2 parents 59181d4 + 80dba85 commit 0653b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigstore-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
compileOnly("org.immutables:value-annotations:2.10.0")
annotationProcessor("org.immutables:value:2.10.0")

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"))
implementation("com.google.http-client:google-http-client-apache-v2")
implementation("com.google.http-client:google-http-client-gson")

Expand Down

0 comments on commit 0653b6b

Please sign in to comment.