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 0c783ce commit f6aa44aCopy full SHA for f6aa44a
build.gradle.kts
@@ -56,7 +56,7 @@ allprojects {
56
// https://docs.gradle.org/current/userguide/resolution_rules.html
57
dependencySubstitution {
58
substitute(module("org.bouncycastle:bcpkix-jdk15on"))
59
- .using(module("org.bouncycastle:bcpkix-jdk18on:1.78.1"))
+ .using(module("org.bouncycastle:bcpkix-jdk18on:1.79"))
60
}
61
62
client/build.gradle.kts
@@ -118,7 +118,7 @@ dependencies {
118
119
implementation("org.apache.commons:commons-compress:1.27.1")
120
121
- implementation("org.bouncycastle:bcpkix-jdk18on:1.78.1")
+ implementation("org.bouncycastle:bcpkix-jdk18on:1.79")
122
123
testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)")
124
0 commit comments