Merge branch '4.0.x' into 4.1.x

This commit is contained in:
Phillip Webb
2026-08-26 10:45:35 -07:00
5 changed files with 70 additions and 70 deletions
@@ -22,8 +22,8 @@ plugins {
description = "Spring Boot Docker Testing Support"
dependencies {
api(platform(project(path: ":platform:spring-boot-internal-dependencies")))
api(project(path: ":test-support:spring-boot-test-support"))
api(platform(project(":platform:spring-boot-internal-dependencies")))
api(project(":test-support:spring-boot-test-support"))
compileOnly("org.testcontainers:testcontainers")
@@ -22,7 +22,7 @@ plugins {
description = "Spring Boot Testing Support"
dependencies {
api(platform(project(path: ":platform:spring-boot-internal-dependencies")))
api(platform(project(":platform:spring-boot-internal-dependencies")))
api("com.jayway.jsonpath:json-path")
api("org.assertj:assertj-core")
api("org.awaitility:awaitility")