Skip to content

Commit e8aee51

Browse files
committed
build: update BouncyCastle version
1 parent 460205f commit e8aee51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ repositories {
2222
dependencies {
2323
testImplementation(kotlin("test"))
2424
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")
25+
testImplementation("org.bouncycastle:bcprov-jdk18on:1.77")
26+
testImplementation("org.bouncycastle:bcpkix-jdk18on:1.77")
2727
}
2828

2929
java {

0 commit comments

Comments
 (0)