Skip to content

Commit fd1b5e8

Browse files
committed
Latest dependency updates (Hibernate ORM 4.3.10, Netty 4.0.28)
1 parent 3c6f1f8 commit fd1b5e8

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
@@ -34,7 +34,7 @@ configure(allprojects) { project ->
3434
ext.groovyVersion = "2.3.11"
3535
ext.gsonVersion = "2.3.1"
3636
ext.hibernate3Version = "3.6.10.Final"
37-
ext.hibernate4Version = "4.3.9.Final"
37+
ext.hibernate4Version = "4.3.10.Final"
3838
ext.hibVal4Version = "4.3.2.Final"
3939
ext.hibVal5Version = "5.1.3.Final"
4040
ext.hsqldbVersion = "2.3.2"
@@ -43,7 +43,7 @@ configure(allprojects) { project ->
4343
ext.jettyVersion = "9.2.10.v20150310"
4444
ext.jodaVersion = "2.7"
4545
ext.junitVersion = "4.12"
46-
ext.nettyVersion = "4.0.27.Final"
46+
ext.nettyVersion = "4.0.28.Final"
4747
ext.openJpaVersion = "2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)
4848
ext.protobufVersion = "2.6.1"
4949
ext.reactorVersion = "1.1.6.RELEASE"

0 commit comments

Comments
 (0)