@@ -37,7 +37,7 @@ configure(allprojects) { project ->
37
37
ext. gsonVersion = " 2.3.1"
38
38
ext. hibernate3Version = " 3.6.10.Final"
39
39
ext. hibernate4Version = " 4.3.10.Final"
40
- ext. hibernate5Version = " 5.0.0.CR2 "
40
+ ext. hibernate5Version = " 5.0.0.CR3 "
41
41
ext. hibval4Version = " 4.3.2.Final"
42
42
ext. hibval5Version = " 5.2.0.Final"
43
43
ext. hsqldbVersion = " 2.3.2"
@@ -52,7 +52,7 @@ configure(allprojects) { project ->
52
52
ext. jrubyVersion = " 1.7.21" // JRuby 9.0.0.0 only supported through JSR-223 (StandardScriptFactory)
53
53
ext. jtaVersion = " 1.2"
54
54
ext. junitVersion = " 4.12"
55
- ext. nettyVersion = " 4.0.29 .Final"
55
+ ext. nettyVersion = " 4.0.30 .Final"
56
56
ext. openjpaVersion = " 2.4.0"
57
57
ext. poiVersion = " 3.12"
58
58
ext. protobufVersion = " 2.6.1"
@@ -343,7 +343,7 @@ project("spring-core") {
343
343
compile(" commons-logging:commons-logging:1.2" )
344
344
optional(" commons-codec:commons-codec:1.10" )
345
345
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 " )
347
347
optional(" log4j:log4j:1.2.17" )
348
348
testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
349
349
testCompile(" xmlunit:xmlunit:${ xmlunitVersion} " )
0 commit comments