Merge branch '2.3.x' into 2.4.x

Closes gh-25076
This commit is contained in:
Phillip Webb
2021-02-01 16:03:43 -08:00
105 changed files with 208 additions and 3 deletions

View File

@@ -13,4 +13,6 @@ dependencies {
testImplementation("org.assertj:assertj-core")
testImplementation("org.springframework:spring-core")
testImplementation("org.junit.jupiter:junit-jupiter")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}