File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ javaPlatform {
9
9
dependencies {
10
10
api(platform(" com.fasterxml.jackson:jackson-bom:2.13.3" ))
11
11
api(platform(" io.netty:netty-bom:4.1.79.Final" ))
12
+ api(platform(" io.netty:netty5-bom:5.0.0.Alpha4" ))
12
13
api(platform(" io.projectreactor:reactor-bom:2022.0.0-M4" ))
13
14
api(platform(" io.rsocket:rsocket-bom:1.1.2" ))
14
15
api(platform(" org.apache.groovy:groovy-bom:4.0.4" ))
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ dependencies {
72
72
optional(" io.reactivex.rxjava3:rxjava" )
73
73
optional(" io.smallrye.reactive:mutiny" )
74
74
optional(" io.netty:netty-buffer" )
75
- optional(" io.netty:netty5-buffer:5.0.0.Alpha4 " )
75
+ optional(" io.netty:netty5-buffer" )
76
76
testImplementation(" jakarta.annotation:jakarta.annotation-api" )
77
77
testImplementation(" jakarta.xml.bind:jakarta.xml.bind-api" )
78
78
testImplementation(" com.google.code.findbugs:jsr305" )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
23
23
optional(" io.netty:netty-codec-http" ) // Until Netty4ClientHttpRequest is removed
24
24
optional(" io.netty:netty-transport" ) // Until Netty4ClientHttpRequest is removed
25
25
optional(" io.projectreactor.netty:reactor-netty-http" )
26
- optional(" io.netty:netty5-buffer:5.0.0.Alpha4 " )
26
+ optional(" io.netty:netty5-buffer" )
27
27
optional(" io.undertow:undertow-core" )
28
28
optional(" org.apache.tomcat.embed:tomcat-embed-core" )
29
29
optional(" org.eclipse.jetty:jetty-server" ) {
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ dependencies {
59
59
testRuntimeOnly(" com.sun.xml.bind:jaxb-core" )
60
60
testRuntimeOnly(" com.sun.xml.bind:jaxb-impl" )
61
61
testRuntimeOnly(" com.sun.activation:jakarta.activation" )
62
- testRuntimeOnly(" io.netty:netty5-buffer:5.0.0.Alpha4 " )
62
+ testRuntimeOnly(" io.netty:netty5-buffer" )
63
63
}
64
64
65
65
test {
You can’t perform that action at this time.
0 commit comments