Upgrade to RSocket 1.1.5

Closes gh-34402
This commit is contained in:
Stéphane Nicoll 2025-02-11 10:39:21 +01:00
parent 12891d1975
commit 5c37d07ad3
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ dependencies {
api(platform("io.netty:netty-bom:4.1.117.Final"))
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
api(platform("io.projectreactor:reactor-bom:2024.0.2"))
api(platform("io.rsocket:rsocket-bom:1.1.4"))
api(platform("io.rsocket:rsocket-bom:1.1.5"))
api(platform("org.apache.groovy:groovy-bom:4.0.24"))
api(platform("org.apache.logging.log4j:log4j-bom:2.21.1"))
api(platform("org.assertj:assertj-bom:3.27.3"))