Skip to content

Commit

Permalink
Merge pull request #693 from sigstore/renovate/bouncycastle
Browse files Browse the repository at this point in the history
fix(deps): update bouncycastle to v1.78.1
  • Loading branch information
loosebazooka authored May 6, 2024
2 parents 4bb2d4e + 0a67ca5 commit 70fc223
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 @@ -35,8 +35,8 @@ dependencies {

implementation("commons-codec:commons-codec:1.16.1")
implementation("com.google.code.gson:gson:2.10.1")
implementation("org.bouncycastle:bcutil-jdk18on:1.78")
implementation("org.bouncycastle:bcpkix-jdk18on:1.78")
implementation("org.bouncycastle:bcutil-jdk18on:1.78.1")
implementation("org.bouncycastle:bcpkix-jdk18on:1.78.1")

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

0 comments on commit 70fc223

Please sign in to comment.