@@ -37,7 +37,7 @@ configure(allprojects) { project ->
37
37
ext. hibernate4Version = " 4.3.11.Final"
38
38
ext. hibVal4Version = " 4.3.2.Final"
39
39
ext. hibVal5Version = " 5.1.3.Final"
40
- ext. hsqldbVersion = " 2.3.2 "
40
+ ext. hsqldbVersion = " 2.3.3 "
41
41
ext. jackson2Version = " 2.4.6"
42
42
ext. jasperReportsVersion = " 6.0.4"
43
43
ext. jettyVersion = " 9.2.14.v20151106"
@@ -330,7 +330,7 @@ project("spring-core") {
330
330
compile(" commons-logging:commons-logging:1.2" )
331
331
optional(" commons-codec:commons-codec:1.10" )
332
332
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
333
- optional(" net.sf.jopt-simple:jopt-simple:4.8 " )
333
+ optional(" net.sf.jopt-simple:jopt-simple:4.9 " )
334
334
optional(" log4j:log4j:1.2.17" )
335
335
testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
336
336
testCompile(" xmlunit:xmlunit:1.6" )
@@ -592,9 +592,9 @@ project("spring-jdbc") {
592
592
compile(project(" :spring-tx" ))
593
593
optional(project(" :spring-context" )) // for JndiDataSourceLookup
594
594
optional(" javax.transaction:javax.transaction-api:1.2" )
595
- optional(" com.mchange:c3p0:0.9.2 .1" )
595
+ optional(" com.mchange:c3p0:0.9.5 .1" )
596
596
optional(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
597
- optional(" com.h2database:h2:1.4.187 " )
597
+ optional(" com.h2database:h2:1.4.190 " )
598
598
optional(" org.apache.derby:derby:10.11.1.1" )
599
599
optional(" org.apache.derby:derbyclient:10.11.1.1" )
600
600
}
0 commit comments