@@ -33,7 +33,7 @@ configure(allprojects) { project ->
33
33
ext. jodaVersion = " 2.3"
34
34
ext. junitVersion = " 4.11"
35
35
ext. openJpaVersion = " 2.2.2"
36
- ext. slf4jVersion = " 1.7.7 "
36
+ ext. slf4jVersion = " 1.7.9 "
37
37
ext. tiles2Version = " 2.2.2"
38
38
ext. tiles3Version = " 3.0.5"
39
39
ext. tomcatVersion = " 8.0.15"
@@ -383,7 +383,7 @@ project("spring-context") {
383
383
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
384
384
optional(" org.codehaus.groovy:groovy-all:${ groovyVersion} " )
385
385
optional(" org.beanshell:bsh:2.0b4" )
386
- optional(" org.jruby:jruby:1.7.16.1 " )
386
+ optional(" org.jruby:jruby:1.7.17 " )
387
387
testCompile(" javax.inject:javax.inject-tck:1" )
388
388
testCompile(" commons-dbcp:commons-dbcp:1.4" )
389
389
testCompile(" org.slf4j:slf4j-api:${ slf4jVersion} " )
@@ -404,8 +404,8 @@ project("spring-messaging") {
404
404
compile(project(" :spring-beans" ))
405
405
compile(project(" :spring-core" ))
406
406
compile(project(" :spring-context" ))
407
- optional(" org.projectreactor:reactor-core:1.1.4 .RELEASE" )
408
- optional(" org.projectreactor:reactor-net:1.1.4 .RELEASE" )
407
+ optional(" org.projectreactor:reactor-core:1.1.5 .RELEASE" )
408
+ optional(" org.projectreactor:reactor-net:1.1.5 .RELEASE" )
409
409
optional(" org.projectreactor:reactor-tcp:1.0.1.RELEASE" )
410
410
optional(" org.eclipse.jetty.websocket:websocket-server:${ jettyVersion} " ) {
411
411
exclude group : " javax.servlet" , module : " javax.servlet-api"
0 commit comments