Move Netty 5 dependency to Framework platform

This commit is contained in:
Brian Clozel
2022-08-30 21:58:41 +02:00
parent a5fb55fd6d
commit f877f81ae4
4 changed files with 4 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ javaPlatform {
dependencies {
api(platform("com.fasterxml.jackson:jackson-bom:2.13.3"))
api(platform("io.netty:netty-bom:4.1.79.Final"))
api(platform("io.netty:netty5-bom:5.0.0.Alpha4"))
api(platform("io.projectreactor:reactor-bom:2022.0.0-M4"))
api(platform("io.rsocket:rsocket-bom:1.1.2"))
api(platform("org.apache.groovy:groovy-bom:4.0.4"))