Latest dependency updates (H2 1.4.187, Joda-Time 2.8.1)

This commit is contained in:
Juergen Hoeller
2015-06-16 01:42:43 +02:00
parent ef9910c3c4
commit 13a2ae27e1

View File

@@ -41,7 +41,7 @@ configure(allprojects) { project ->
ext.jackson2Version = "2.4.6"
ext.jasperReportsVersion = "6.0.4"
ext.jettyVersion = "9.2.11.v20150529"
ext.jodaVersion = "2.8"
ext.jodaVersion = "2.8.1"
ext.junitVersion = "4.12"
ext.nettyVersion = "4.0.28.Final"
ext.openJpaVersion = "2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)
@@ -594,7 +594,7 @@ project("spring-jdbc") {
optional("javax.transaction:javax.transaction-api:1.2")
optional("com.mchange:c3p0:0.9.2.1")
optional("org.hsqldb:hsqldb:${hsqldbVersion}")
optional("com.h2database:h2:1.4.186")
optional("com.h2database:h2:1.4.187")
optional("org.apache.derby:derby:10.11.1.1")
optional("org.apache.derby:derbyclient:10.11.1.1")
}