Skip to content

Commit b35103c

Browse files
committed
Latest dependency updates (Hibernate ORM 5.0 RC3, Netty 4.0.30, JOpt Simple 4.9)
1 parent 72c4e61 commit b35103c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ configure(allprojects) { project ->
3737
ext.gsonVersion = "2.3.1"
3838
ext.hibernate3Version = "3.6.10.Final"
3939
ext.hibernate4Version = "4.3.10.Final"
40-
ext.hibernate5Version = "5.0.0.CR2"
40+
ext.hibernate5Version = "5.0.0.CR3"
4141
ext.hibval4Version = "4.3.2.Final"
4242
ext.hibval5Version = "5.2.0.Final"
4343
ext.hsqldbVersion = "2.3.2"
@@ -52,7 +52,7 @@ configure(allprojects) { project ->
5252
ext.jrubyVersion = "1.7.21" // JRuby 9.0.0.0 only supported through JSR-223 (StandardScriptFactory)
5353
ext.jtaVersion = "1.2"
5454
ext.junitVersion = "4.12"
55-
ext.nettyVersion = "4.0.29.Final"
55+
ext.nettyVersion = "4.0.30.Final"
5656
ext.openjpaVersion = "2.4.0"
5757
ext.poiVersion = "3.12"
5858
ext.protobufVersion = "2.6.1"
@@ -343,7 +343,7 @@ project("spring-core") {
343343
compile("commons-logging:commons-logging:1.2")
344344
optional("commons-codec:commons-codec:1.10")
345345
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
346-
optional("net.sf.jopt-simple:jopt-simple:4.8")
346+
optional("net.sf.jopt-simple:jopt-simple:4.9")
347347
optional("log4j:log4j:1.2.17")
348348
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
349349
testCompile("xmlunit:xmlunit:${xmlunitVersion}")

0 commit comments

Comments
 (0)