Skip to content

Commit

Permalink
Upgrade bouncycastle dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sink772 committed Oct 2, 2024
1 parent 3810ddc commit 89ed85a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion javaee/rt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'java-library'
dependencies {
implementation project(':api')

implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
implementation 'org.bouncycastle:bcprov-jdk18on:1.78.1'
implementation 'org.msgpack:msgpack-core:0.8.17'
implementation 'org.slf4j:slf4j-api:1.7.26'
implementation 'org.ow2.asm:asm:7.3.1'
Expand Down
2 changes: 1 addition & 1 deletion sdk/java/library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ java {
sourceSets.main.java.srcDirs = ["src/main/java"]

ext {
bouncycastleVersion = '1.77'
bouncycastleVersion = '1.78.1'
jacksonVersion = '2.13.4.2'
okhttpVersion = '4.10.0'
}
Expand Down

0 comments on commit 89ed85a

Please sign in to comment.