Skip to content

Commit

Permalink
fix(deps): update bouncycastle to v1.78.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 6, 2024
1 parent 5af81f3 commit 0a67ca5
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 0a67ca5

Please sign in to comment.