Switch to Reactor Netty 2 snapshots
Update to Reactor BOM 2022.0.0-SNAPSHOT. Process package changes. Adapt to new `HttpHeaders` API. Adapt to new cookies API. See gh-29247
This commit is contained in:
committed by
rstoyanchev
parent
1b1682eacd
commit
b5adae2086
@@ -10,8 +10,8 @@ dependencies {
|
||||
api(platform("com.fasterxml.jackson:jackson-bom:2.13.4"))
|
||||
api(platform("io.micrometer:micrometer-bom:1.10.0-M6"))
|
||||
api(platform("io.netty:netty-bom:4.1.82.Final"))
|
||||
api(platform("io.netty:netty5-bom:5.0.0.Alpha3"))
|
||||
api(platform("io.projectreactor:reactor-bom:2022.0.0-M6"))
|
||||
api(platform("io.netty:netty5-bom:5.0.0.Alpha5"))
|
||||
api(platform("io.projectreactor:reactor-bom:2022.0.0-SNAPSHOT"))
|
||||
api(platform("io.rsocket:rsocket-bom:1.1.3"))
|
||||
api(platform("org.apache.groovy:groovy-bom:4.0.5"))
|
||||
api(platform("org.apache.logging.log4j:log4j-bom:2.19.0"))
|
||||
|
||||
Reference in New Issue
Block a user