Skip to content

Commit

Permalink
Update bouncycastle jdk15on -> jdk18on
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtSilvio committed Jul 24, 2023
1 parent 68dddac commit 0db4659
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ dependencies {
implementation("ch.qos.logback:logback-classic:${property("logback.version")}")

// security
implementation("org.bouncycastle:bcprov-jdk15on:${property("bouncycastle.version")}")
implementation("org.bouncycastle:bcpkix-jdk15on:${property("bouncycastle.version")}")
implementation("org.bouncycastle:bcprov-jdk18on:${property("bouncycastle.version")}")
implementation("org.bouncycastle:bcpkix-jdk18on:${property("bouncycastle.version")}")

// persistence
implementation("org.rocksdb:rocksdbjni:${property("rocksdb.version")}")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ netty.version=4.1.94.Final
slf4j.version=2.0.7
logback.version=1.4.7
# security
bouncycastle.version=1.70
bouncycastle.version=1.75
# persistence
rocksdb.version=7.4.5
xodus.version=1.2.3
Expand Down

0 comments on commit 0db4659

Please sign in to comment.