Skip to content

Commit

Permalink
fix(deps): update bouncycastle to v1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and vlsi committed Apr 15, 2024
1 parent 1801108 commit 2b476ee
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.77")
implementation("org.bouncycastle:bcpkix-jdk18on:1.77")
implementation("org.bouncycastle:bcutil-jdk18on:1.78")
implementation("org.bouncycastle:bcpkix-jdk18on:1.78")

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 2b476ee

Please sign in to comment.