Upgrade to bcprov-jdk18on 1.78.1

Closes gh-40621
This commit is contained in:
Moritz Halbritter 2024-05-06 09:49:32 +02:00
parent 68a63a7797
commit d18fb9ce65

View File

@ -18,6 +18,6 @@ dependencies {
testImplementation("org.springframework:spring-core-test")
testRuntimeOnly("ch.qos.logback:logback-classic")
testRuntimeOnly("org.bouncycastle:bcprov-jdk18on:1.71")
testRuntimeOnly("org.bouncycastle:bcprov-jdk18on:1.78.1")
testRuntimeOnly("org.springframework:spring-webmvc")
}
}