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 460205f commit e8aee51Copy full SHA for e8aee51
build.gradle.kts
@@ -22,8 +22,8 @@ repositories {
22
dependencies {
23
testImplementation(kotlin("test"))
24
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2")
25
- testImplementation("org.bouncycastle:bcprov-jdk15on:1.70")
26
- testImplementation("org.bouncycastle:bcpkix-jdk15on:1.70")
+ testImplementation("org.bouncycastle:bcprov-jdk18on:1.77")
+ testImplementation("org.bouncycastle:bcpkix-jdk18on:1.77")
27
}
28
29
java {
0 commit comments