Skip to content

Commit 8575533

Browse files
committed
Latest dependency updates (SLF4J 1.7.9, JRuby 1.7.17, Reactor 1.1.5)
1 parent 5528c8a commit 8575533

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ configure(allprojects) { project ->
3333
ext.jodaVersion = "2.3"
3434
ext.junitVersion = "4.11"
3535
ext.openJpaVersion = "2.2.2"
36-
ext.slf4jVersion = "1.7.7"
36+
ext.slf4jVersion = "1.7.9"
3737
ext.tiles2Version = "2.2.2"
3838
ext.tiles3Version = "3.0.5"
3939
ext.tomcatVersion = "8.0.15"
@@ -383,7 +383,7 @@ project("spring-context") {
383383
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
384384
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
385385
optional("org.beanshell:bsh:2.0b4")
386-
optional("org.jruby:jruby:1.7.16.1")
386+
optional("org.jruby:jruby:1.7.17")
387387
testCompile("javax.inject:javax.inject-tck:1")
388388
testCompile("commons-dbcp:commons-dbcp:1.4")
389389
testCompile("org.slf4j:slf4j-api:${slf4jVersion}")
@@ -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.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")
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"

0 commit comments

Comments
 (0)