Merge branch '2.4.x'

Closes gh-25077
This commit is contained in:
Phillip Webb
2021-02-01 16:08:57 -08:00
103 changed files with 204 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ dependencies {
testRuntimeOnly("ch.qos.logback:logback-classic")
testRuntimeOnly("org.bouncycastle:bcprov-jdk16:1.46")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testRuntimeOnly("org.slf4j:jcl-over-slf4j")
testRuntimeOnly("org.springframework:spring-webmvc")
}
}