Skip to content

Commit 4c0f767

Browse files
committed
1 parent 03a8933 commit 4c0f767

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ subprojects { subproject ->
126126
mysqlVersion = '8.0.11'
127127
pahoMqttClientVersion = '1.2.0'
128128
postgresVersion = '42.0.0'
129-
reactorNettyVersion = '0.7.8.BUILD-SNAPSHOT'
129+
reactorNettyVersion = '0.8.0.BUILD-SNAPSHOT'
130130
reactorVersion = '3.2.0.BUILD-SNAPSHOT'
131131
romeToolsVersion = '1.9.0'
132132
servletApiVersion = '4.0.0'
@@ -587,7 +587,7 @@ project('spring-integration-stomp') {
587587
compile project(":spring-integration-core")
588588

589589
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)
591591

592592
testCompile project(":spring-integration-websocket")
593593
testCompile project(":spring-integration-websocket").sourceSets.test.output
@@ -646,7 +646,7 @@ project('spring-integration-webflux') {
646646
exclude group: 'org.springframework', module: 'spring-webmvc'
647647
}
648648
compile "org.springframework:spring-webflux:$springVersion"
649-
compile ("io.projectreactor.ipc:reactor-netty:$reactorNettyVersion" , optional)
649+
compile ("io.projectreactor.netty:reactor-netty:$reactorNettyVersion" , optional)
650650

651651
testCompile "org.springframework:spring-webmvc:$springVersion"
652652
testCompile ("org.springframework.security:spring-security-config:$springSecurityVersion")

0 commit comments

Comments
 (0)