Skip to content

Commit 36a1d62

Browse files
committed
Latest dependency updates (Reactor 1.1.4)
1 parent 10d4888 commit 36a1d62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,8 @@ project("spring-messaging") {
404404
compile(project(":spring-beans"))
405405
compile(project(":spring-core"))
406406
compile(project(":spring-context"))
407-
optional("org.projectreactor:reactor-core:1.1.3.RELEASE")
408-
optional("org.projectreactor:reactor-net:1.1.3.RELEASE")
407+
optional("org.projectreactor:reactor-core:1.1.4.RELEASE")
408+
optional("org.projectreactor:reactor-net:1.1.4.RELEASE")
409409
optional("org.projectreactor:reactor-tcp:1.0.1.RELEASE")
410410
optional("org.eclipse.jetty.websocket:websocket-server:${jettyVersion}") {
411411
exclude group: "javax.servlet", module: "javax.servlet-api"
@@ -638,8 +638,8 @@ project("spring-websocket") {
638638
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
639639
testCompile("org.apache.tomcat.embed:tomcat-embed-websocket:${tomcatVersion}")
640640
testCompile("org.apache.tomcat.embed:tomcat-embed-logging-juli:${tomcatVersion}")
641-
testCompile("org.projectreactor:reactor-core:1.1.3.RELEASE")
642-
testCompile("org.projectreactor:reactor-net:1.1.3.RELEASE")
641+
testCompile("org.projectreactor:reactor-core:1.1.4.RELEASE")
642+
testCompile("org.projectreactor:reactor-net:1.1.4.RELEASE")
643643
testCompile("log4j:log4j:1.2.17")
644644
testCompile("org.slf4j:slf4j-jcl:${slf4jVersion}")
645645
}

0 commit comments

Comments
 (0)