Skip to content

Commit 6e54fc9

Browse files
committed
Latest dependency updates (Joda-Time 2.6, H2 1.4.182, Jettison 1.3.7, xpp3 1.1.4c)
1 parent 5018889 commit 6e54fc9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ configure(allprojects) { project ->
4141
ext.jackson2Version = "2.4.4"
4242
ext.jasperReportsVersion = "6.0.0"
4343
ext.jettyVersion = "9.2.5.v20141112"
44-
ext.jodaVersion = "2.5"
44+
ext.jodaVersion = "2.6"
4545
ext.junitVersion = "4.11"
4646
ext.nettyVersion = "4.0.24.Final"
4747
ext.openJpaVersion = "2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)
@@ -555,8 +555,8 @@ project("spring-oxm") {
555555
optional("org.jibx:jibx-run:1.2.5")
556556
testCompile(project(":spring-context"))
557557
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") {
560560
exclude group: 'stax', module: 'stax-api'
561561
}
562562
testCompile(files(genCastor.classesDir).builtBy(genCastor))
@@ -595,7 +595,7 @@ project("spring-jdbc") {
595595
optional("javax.transaction:javax.transaction-api:1.2")
596596
optional("com.mchange:c3p0:0.9.2.1")
597597
optional("org.hsqldb:hsqldb:${hsqldbVersion}")
598-
optional("com.h2database:h2:1.4.181")
598+
optional("com.h2database:h2:1.4.182")
599599
optional("org.apache.derby:derby:10.11.1.1")
600600
optional("org.apache.derby:derbyclient:10.11.1.1")
601601
}

0 commit comments

Comments
 (0)