We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3806619 commit 3c57359Copy full SHA for 3c57359
settings.gradle.kts
@@ -28,7 +28,7 @@ dependencyResolutionManagement {
28
library("otp", "dev.samstevens.totp", "totp").version("1.7.1")
29
library("camunda", "org.camunda.bpm", "camunda-engine").version("7.23.0")
30
library("bouncy", "org.bouncycastle", "bcprov-jdk18on").version("1.82")
31
- library("bcpkix", "org.bouncycastle", "bcpkix-jdk18on").version("1.81")
+ library("bcpkix", "org.bouncycastle", "bcpkix-jdk18on").version("1.82")
32
library("bcrypt", "at.favre.lib", "bcrypt").version("0.10.2")
33
library("csv", "com.opencsv", "opencsv").version("5.12.0")
34
0 commit comments