Update to Bouncycastle 1.71
Closes gh-28636
This commit is contained in:
committed by
Brian Clozel
parent
fb1fa073a6
commit
181023c0c3
@@ -218,7 +218,7 @@ configure(allprojects) { project ->
|
||||
}
|
||||
dependency "org.skyscreamer:jsonassert:1.5.0"
|
||||
dependency "com.jayway.jsonpath:json-path:2.6.0"
|
||||
dependency "org.bouncycastle:bcpkix-jdk15on:1.66"
|
||||
dependency "org.bouncycastle:bcpkix-jdk18on:1.71"
|
||||
|
||||
dependencySet(group: 'org.apache.tiles', version: '3.0.8') {
|
||||
entry 'tiles-api'
|
||||
|
||||
@@ -87,7 +87,7 @@ dependencies {
|
||||
testFixturesImplementation("io.projectreactor:reactor-test")
|
||||
testFixturesImplementation("org.apache.taglibs:taglibs-standard-jstlel")
|
||||
testFixturesImplementation("org.assertj:assertj-core")
|
||||
testFixturesImplementation("org.bouncycastle:bcpkix-jdk15on") {
|
||||
testFixturesImplementation("org.bouncycastle:bcpkix-jdk18on") {
|
||||
because("needed by Netty's SelfSignedCertificate on JDK 15+")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user