Skip to content

Commit

Permalink
Merge pull request #864 from sigstore/renovate/bouncycastle
Browse files Browse the repository at this point in the history
Update bouncycastle to v1.79
  • Loading branch information
loosebazooka authored Dec 5, 2024
2 parents f484993 + 5176edc commit a211eae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sigstore-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ dependencies {

implementation("commons-codec:commons-codec:1.17.1")
implementation("com.google.code.gson:gson:2.11.0")
implementation("org.bouncycastle:bcutil-jdk18on:1.78.1")
implementation("org.bouncycastle:bcpkix-jdk18on:1.78.1")
implementation("org.bouncycastle:bcutil-jdk18on:1.79")
implementation("org.bouncycastle:bcpkix-jdk18on:1.79")

implementation(platform("com.google.oauth-client:google-oauth-client-bom:1.36.0"))
implementation("com.google.oauth-client:google-oauth-client")
Expand Down
2 changes: 1 addition & 1 deletion sigstore-maven-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
compileOnly("org.apache.maven.plugin-tools:maven-plugin-annotations:3.14.0")

implementation(project(":sigstore-java"))
implementation("org.bouncycastle:bcutil-jdk18on:1.78.1")
implementation("org.bouncycastle:bcutil-jdk18on:1.79")
implementation("org.apache.maven.plugins:maven-gpg-plugin:3.2.7")

testImplementation("org.apache.maven.shared:maven-verifier:1.8.0")
Expand Down

0 comments on commit a211eae

Please sign in to comment.