Merge branch '4.0.x' into 4.1.x

Closes gh-51095
This commit is contained in:
Stéphane Nicoll
2026-07-22 11:40:30 +02:00
+2 -1
View File
@@ -26,9 +26,10 @@ description = "Spring Boot H2"
dependencies {
api(project(":core:spring-boot"))
api("jakarta.servlet:jakarta.servlet-api")
api("com.h2database:h2")
compileOnly("jakarta.servlet:jakarta.servlet-api")
optional(project(":core:spring-boot-autoconfigure"))
testImplementation(project(":core:spring-boot-test"))