Update to BouncyCastle 1.78

Closes gh-14910
This commit is contained in:
Josh Cummings
2024-04-15 15:32:08 -06:00
parent 58f66a97a9
commit 8dd28b797a
3 changed files with 6 additions and 6 deletions

View File

@@ -10,8 +10,8 @@ dependencies {
optional 'io.projectreactor:reactor-core'
optional 'org.springframework:spring-webflux'
testImplementation "org.bouncycastle:bcpkix-jdk15on"
testImplementation "org.bouncycastle:bcprov-jdk15on"
testImplementation "org.bouncycastle:bcpkix-jdk18on"
testImplementation "org.bouncycastle:bcprov-jdk18on"
testImplementation "jakarta.servlet:jakarta.servlet-api"
testImplementation 'com.squareup.okhttp3:mockwebserver'
testImplementation 'io.projectreactor.netty:reactor-netty'