Skip to content

Commit

Permalink
Merge pull request #445 from sigstore/renovate/bouncycastle
Browse files Browse the repository at this point in the history
fix(deps): update bouncycastle to v1.73
  • Loading branch information
loosebazooka authored May 11, 2023
2 parents 1e35886 + 205f5fa commit 44f5b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sigstore-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ dependencies {

implementation("commons-codec:commons-codec:1.15")
implementation("com.google.code.gson:gson:2.10.1")
implementation("org.bouncycastle:bcutil-jdk18on:1.72")
implementation("org.bouncycastle:bcpkix-jdk18on:1.72")
implementation("org.bouncycastle:bcutil-jdk18on:1.73")
implementation("org.bouncycastle:bcpkix-jdk18on:1.73")

implementation(platform("com.google.oauth-client:google-oauth-client-bom:1.34.1"))
implementation("com.google.oauth-client:google-oauth-client")
Expand Down

0 comments on commit 44f5b7a

Please sign in to comment.