We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fafe63 commit aae7583Copy full SHA for aae7583
build.gradle
@@ -31,7 +31,7 @@ configure(allprojects) { project ->
31
ext.eclipseLinkVersion = "2.4.2"
32
ext.ehcacheVersion = "2.9.0"
33
ext.ehcacheJCacheVersion = "1.0.0"
34
- ext.groovyVersion = "2.3.9"
+ ext.groovyVersion = "2.3.10"
35
ext.gsonVersion = "2.3.1"
36
ext.hibernate3Version = "3.6.10.Final"
37
ext.hibernate4Version = "4.3.8.Final"
@@ -47,7 +47,7 @@ configure(allprojects) { project ->
47
ext.openJpaVersion = "2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)
48
ext.protobufVersion = "2.6.1"
49
ext.reactorVersion = "1.1.5.RELEASE"
50
- ext.slf4jVersion = "1.7.9"
+ ext.slf4jVersion = "1.7.10"
51
ext.snakeYamlVersion = "1.14"
52
ext.snifferVersion = "1.11"
53
ext.tiles2Version = "2.2.2"
0 commit comments