Skip to content

Commit c8a4d16

Browse files
committed
Latest dependency updates (AspectJ 1.8.5, Joda-Time 2.7, H2 1.4.185)
1 parent 8dbe753 commit c8a4d16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ configure(allprojects) { project ->
2727
group = "org.springframework"
2828
version = qualifyVersionIfNecessary(version)
2929

30-
ext.aspectjVersion = "1.8.4"
30+
ext.aspectjVersion = "1.8.5"
3131
ext.eclipseLinkVersion = "2.4.2"
3232
ext.ehcacheVersion = "2.9.0"
3333
ext.ehcacheJCacheVersion = "1.0.0"
@@ -41,7 +41,7 @@ configure(allprojects) { project ->
4141
ext.jackson2Version = "2.4.5"
4242
ext.jasperReportsVersion = "6.0.3"
4343
ext.jettyVersion = "9.2.7.v20150116"
44-
ext.jodaVersion = "2.6"
44+
ext.jodaVersion = "2.7"
4545
ext.junitVersion = "4.12"
4646
ext.nettyVersion = "4.0.25.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.182")
597+
optional("com.h2database:h2:1.4.185")
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)