Skip to content

Commit f0ebdde

Browse files
committed
Latest dependency updates (AspectJ 1.8.7, Jackson 2.6.2, EhCache 3.0 M3)
1 parent df0b26f commit f0ebdde

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

30-
ext.aspectjVersion = "1.8.6"
30+
ext.aspectjVersion = "1.8.7"
3131
ext.eclipselinkVersion = "2.4.2"
3232
ext.ehcacheVersion = "2.10.0"
3333
ext.ehcachejcacheVersion = "1.0.1"
34-
ext.ehcache3Version = "3.0.0.m2"
34+
ext.ehcache3Version = "3.0.0.m3"
3535
ext.ejbApiVersion = "3.0"
3636
ext.fileuploadVersion = "1.3.1"
3737
ext.freemarkerVersion = "2.3.23"
@@ -46,7 +46,7 @@ configure(allprojects) { project ->
4646
ext.hsqldbVersion = "2.3.3"
4747
ext.httpclientVersion = "4.5"
4848
ext.httpasyncVersion = "4.1"
49-
ext.jackson2Version = "2.6.1"
49+
ext.jackson2Version = "2.6.2"
5050
ext.jsonassertVersion = "1.2.3"
5151
ext.jsonpathVersion = "2.0.0"
5252
ext.htmlunitVersion = "2.18"

0 commit comments

Comments
 (0)