Skip to content

Commit

Permalink
Migrate to BouncyCastle jdk18on
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Aug 16, 2023
1 parent d614031 commit 7af039d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ dependencies {

implementation("org.apache.commons:commons-compress:1.23.0")

implementation("org.bouncycastle:bcpkix-jdk15on:1.70")
implementation("org.bouncycastle:bcpkix-jdk18on:1.71")

testImplementation("de.gesellix:testutil:[2023-07-01T01-01-01,)")

Expand Down

0 comments on commit 7af039d

Please sign in to comment.