@@ -31,7 +31,7 @@ configure(allprojects) { project ->
31
31
ext. eclipseLinkVersion = " 2.4.2"
32
32
ext. ehcacheVersion = " 2.9.0"
33
33
ext. ehcacheJCacheVersion = " 1.0.0"
34
- ext. groovyVersion = " 2.3.8 "
34
+ ext. groovyVersion = " 2.3.9 "
35
35
ext. gsonVersion = " 2.3.1"
36
36
ext. hibernate3Version = " 3.6.10.Final"
37
37
ext. hibernate4Version = " 4.3.7.Final"
@@ -47,7 +47,7 @@ configure(allprojects) { project ->
47
47
ext. openJpaVersion = " 2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)
48
48
ext. protobufVersion = " 2.6.1"
49
49
ext. reactorVersion = " 1.1.5.RELEASE"
50
- ext. slf4jVersion = " 1.7.7 "
50
+ ext. slf4jVersion = " 1.7.9 "
51
51
ext. snakeYamlVersion = " 1.14"
52
52
ext. snifferVersion = " 1.11"
53
53
ext. tiles2Version = " 2.2.2"
@@ -460,7 +460,7 @@ project("spring-context") {
460
460
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
461
461
optional(" org.codehaus.groovy:groovy-all:${ groovyVersion} " )
462
462
optional(" org.beanshell:bsh:2.0b4" )
463
- optional(" org.jruby:jruby:1.7.16.1 " )
463
+ optional(" org.jruby:jruby:1.7.17 " )
464
464
testCompile(" javax.inject:javax.inject-tck:1" )
465
465
testCompile(" commons-dbcp:commons-dbcp:1.4" )
466
466
testCompile(" org.slf4j:slf4j-api:${ slf4jVersion} " )
0 commit comments