Skip to content

Commit 7a6ce1c

Browse files
committed
Latest dependency updates (AspectJ 1.8.6, Joda-Time 2.8)
1 parent 063a720 commit 7a6ce1c

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
@@ -27,7 +27,7 @@ configure(allprojects) { project ->
2727
group = "org.springframework"
2828
version = qualifyVersionIfNecessary(version)
2929

30-
ext.aspectjVersion = "1.8.5"
30+
ext.aspectjVersion = "1.8.6"
3131
ext.eclipseLinkVersion = "2.4.2"
3232
ext.ehcacheVersion = "2.9.1"
3333
ext.ehcacheJCacheVersion = "1.0.1"
@@ -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.7"
44+
ext.jodaVersion = "2.8"
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)

0 commit comments

Comments
 (0)