Skip to content

Commit

Permalink
fix(deps): update bouncycastle to v1.77 (#581)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 4, 2023
1 parent b7aa82a commit f0354d7
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.16.0")
implementation("com.google.code.gson:gson:2.10.1")
implementation("org.bouncycastle:bcutil-jdk18on:1.76")
implementation("org.bouncycastle:bcpkix-jdk18on:1.76")
implementation("org.bouncycastle:bcutil-jdk18on:1.77")
implementation("org.bouncycastle:bcpkix-jdk18on:1.77")

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 f0354d7

Please sign in to comment.