Skip to content

Commit

Permalink
chore(deps): upgrade bouncycastle to 1.80 (#6881)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgabelle authored Jan 22, 2025
1 parent 2192ef3 commit 10bc70c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ dependencies {

testImplementation "org.testcontainers:testcontainers:1.20.4"
testImplementation "org.testcontainers:junit-jupiter:1.20.4"
testImplementation "org.bouncycastle:bcpkix-jdk18on:1.78.1"
testImplementation "org.bouncycastle:bcpkix-jdk18on:1.80"
}
2 changes: 1 addition & 1 deletion platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
// versions for libraries with multiple module but no BOM
def slf4jVersion = "2.0.16"
def protobufVersion = "3.25.5"
def bouncycastleVersion = "1.79"
def bouncycastleVersion = "1.80"
def aetherVersion = "1.1.0"
def jollydayVersion = "0.32.0"
def jsonschemaVersion = "4.37.0"
Expand Down

0 comments on commit 10bc70c

Please sign in to comment.