Merge branch '4.0.x'

Closes gh-49335
This commit is contained in:
Brian Clozel
2026-02-26 14:55:24 +01:00
4 changed files with 4 additions and 0 deletions
@@ -24,5 +24,6 @@ dependencies {
api(project(":starter:spring-boot-starter"))
api(project(":starter:spring-boot-starter-jackson"))
api(project(":module:spring-boot-reactor"))
api(project(":module:spring-boot-graphql"))
}
@@ -25,6 +25,7 @@ dependencies {
api(project(":starter:spring-boot-starter-jackson"))
api(project(":starter:spring-boot-starter-reactor-netty"))
api(project(":module:spring-boot-reactor"))
api(project(":module:spring-boot-rsocket"))
api("io.rsocket:rsocket-transport-netty")
@@ -24,6 +24,7 @@ dependencies {
api(project(":starter:spring-boot-starter"))
api(project(":starter:spring-boot-starter-jackson"))
api(project(":module:spring-boot-reactor"))
api(project(":module:spring-boot-webclient"))
api("io.projectreactor.netty:reactor-netty-http")
@@ -25,5 +25,6 @@ dependencies {
api(project(":starter:spring-boot-starter-jackson"))
api(project(":starter:spring-boot-starter-reactor-netty"))
api(project(":module:spring-boot-reactor"))
api(project(":module:spring-boot-webflux"))
}