@@ -126,7 +126,7 @@ subprojects { subproject ->
126
126
mysqlVersion = ' 8.0.11'
127
127
pahoMqttClientVersion = ' 1.2.0'
128
128
postgresVersion = ' 42.0.0'
129
- reactorNettyVersion = ' 0.7.8 .BUILD-SNAPSHOT'
129
+ reactorNettyVersion = ' 0.8.0 .BUILD-SNAPSHOT'
130
130
reactorVersion = ' 3.2.0.BUILD-SNAPSHOT'
131
131
romeToolsVersion = ' 1.9.0'
132
132
servletApiVersion = ' 4.0.0'
@@ -587,7 +587,7 @@ project('spring-integration-stomp') {
587
587
compile project(" :spring-integration-core" )
588
588
589
589
compile (" org.springframework:spring-websocket:$springVersion " , optional)
590
- compile (" io.projectreactor.ipc :reactor-netty:$reactorNettyVersion " , optional)
590
+ compile (" io.projectreactor.netty :reactor-netty:$reactorNettyVersion " , optional)
591
591
592
592
testCompile project(" :spring-integration-websocket" )
593
593
testCompile project(" :spring-integration-websocket" ). sourceSets. test. output
@@ -646,7 +646,7 @@ project('spring-integration-webflux') {
646
646
exclude group : ' org.springframework' , module : ' spring-webmvc'
647
647
}
648
648
compile " org.springframework:spring-webflux:$springVersion "
649
- compile (" io.projectreactor.ipc :reactor-netty:$reactorNettyVersion " , optional)
649
+ compile (" io.projectreactor.netty :reactor-netty:$reactorNettyVersion " , optional)
650
650
651
651
testCompile " org.springframework:spring-webmvc:$springVersion "
652
652
testCompile (" org.springframework.security:spring-security-config:$springSecurityVersion " )
0 commit comments