Merge branch '2.6.x' into 2.7.x

Closes gh-31402
This commit is contained in:
Andy Wilkinson
2022-06-16 12:14:28 +01:00
3 changed files with 4 additions and 4 deletions

View File

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