Skip to content

Commit 280b7f9

Browse files
committed
Bump dependency versions of libraries used.
1 parent 071f82a commit 280b7f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

settings.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ dependencyResolutionManagement {
2525
library("lang.xml", "com.jongsoft.lang", "language-fasterxml").version("1.1.0")
2626
library("otp", "dev.samstevens.totp", "totp").version("1.7.1")
2727
library("camunda", "org.camunda.bpm", "camunda-engine").version("7.20.0")
28-
library("bouncy", "org.bouncycastle", "bcprov-jdk15on").version("1.70")
29-
library("bcpkix", "org.bouncycastle", "bcpkix-jdk15on").version("1.70")
30-
library("bcrypt", "at.favre.lib", "bcrypt").version("0.9.0")
31-
library("csv", "com.opencsv", "opencsv").version("5.7.1")
28+
library("bouncy", "org.bouncycastle", "bcprov-jdk18on").version("1.78.1")
29+
library("bcpkix", "org.bouncycastle", "bcpkix-jdk18on").version("1.78.1")
30+
library("bcrypt", "at.favre.lib", "bcrypt").version("0.10.2")
31+
library("csv", "com.opencsv", "opencsv").version("5.9")
3232

3333
// testing dependencies
3434
version("junit.version", "5.10.2")

0 commit comments

Comments
 (0)