Skip to content

Commit 81ae115

Browse files
committed
Latest dependency updates (Groovy 2.4.1, SLF4J 1.7.10)
1 parent 2135e70 commit 81ae115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ configure(allprojects) { project ->
3131
ext.eclipseLinkVersion = "2.4.2"
3232
ext.ehcacheVersion = "2.9.0"
3333
ext.ehcacheJCacheVersion = "1.0.0"
34-
ext.groovyVersion = "2.4.0"
34+
ext.groovyVersion = "2.4.1"
3535
ext.gsonVersion = "2.3.1"
3636
ext.hibernate3Version = "3.6.10.Final"
3737
ext.hibernate4Version = "4.3.8.Final"
@@ -48,7 +48,7 @@ configure(allprojects) { project ->
4848
ext.openJpaVersion = "2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)
4949
ext.protobufVersion = "2.6.1"
5050
ext.reactorVersion = "1.1.5.RELEASE"
51-
ext.slf4jVersion = "1.7.9"
51+
ext.slf4jVersion = "1.7.10"
5252
ext.snakeYamlVersion = "1.14"
5353
ext.snifferVersion = "1.11"
5454
ext.tiles2Version = "2.2.2"

0 commit comments

Comments
 (0)