Merge branch '4.1.x'

This commit is contained in:
Phillip Webb
2026-08-26 10:48:37 -07:00
5 changed files with 72 additions and 72 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")