@@ -41,7 +41,7 @@ configure(allprojects) { project ->
41
41
ext. jackson2Version = " 2.4.4"
42
42
ext. jasperReportsVersion = " 6.0.0"
43
43
ext. jettyVersion = " 9.2.5.v20141112"
44
- ext. jodaVersion = " 2.5 "
44
+ ext. jodaVersion = " 2.6 "
45
45
ext. junitVersion = " 4.11"
46
46
ext. nettyVersion = " 4.0.24.Final"
47
47
ext. openJpaVersion = " 2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)
@@ -555,8 +555,8 @@ project("spring-oxm") {
555
555
optional(" org.jibx:jibx-run:1.2.5" )
556
556
testCompile(project(" :spring-context" ))
557
557
testCompile(" xmlunit:xmlunit:1.5" )
558
- testCompile(" xpp3:xpp3:1.1.3.4.O " )
559
- testCompile(" org.codehaus.jettison:jettison:1.0.1 " ) {
558
+ testCompile(" xpp3:xpp3:1.1.4c " )
559
+ testCompile(" org.codehaus.jettison:jettison:1.3.7 " ) {
560
560
exclude group : ' stax' , module : ' stax-api'
561
561
}
562
562
testCompile(files(genCastor. classesDir). builtBy(genCastor))
@@ -595,7 +595,7 @@ project("spring-jdbc") {
595
595
optional(" javax.transaction:javax.transaction-api:1.2" )
596
596
optional(" com.mchange:c3p0:0.9.2.1" )
597
597
optional(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
598
- optional(" com.h2database:h2:1.4.181 " )
598
+ optional(" com.h2database:h2:1.4.182 " )
599
599
optional(" org.apache.derby:derby:10.11.1.1" )
600
600
optional(" org.apache.derby:derbyclient:10.11.1.1" )
601
601
}
0 commit comments