Skip to content

Commit 13a2ae2

Browse files
committed
Latest dependency updates (H2 1.4.187, Joda-Time 2.8.1)
1 parent ef9910c commit 13a2ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ configure(allprojects) { project ->
4141
ext.jackson2Version = "2.4.6"
4242
ext.jasperReportsVersion = "6.0.4"
4343
ext.jettyVersion = "9.2.11.v20150529"
44-
ext.jodaVersion = "2.8"
44+
ext.jodaVersion = "2.8.1"
4545
ext.junitVersion = "4.12"
4646
ext.nettyVersion = "4.0.28.Final"
4747
ext.openJpaVersion = "2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)
@@ -594,7 +594,7 @@ project("spring-jdbc") {
594594
optional("javax.transaction:javax.transaction-api:1.2")
595595
optional("com.mchange:c3p0:0.9.2.1")
596596
optional("org.hsqldb:hsqldb:${hsqldbVersion}")
597-
optional("com.h2database:h2:1.4.186")
597+
optional("com.h2database:h2:1.4.187")
598598
optional("org.apache.derby:derby:10.11.1.1")
599599
optional("org.apache.derby:derbyclient:10.11.1.1")
600600
}

0 commit comments

Comments
 (0)