@@ -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