Skip to content

Commit

Permalink
fix(deps): update bouncycastle to v1.73
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 11, 2023
1 parent 73f23da commit 205f5fa
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 205f5fa

Please sign in to comment.