We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063a720 commit 7a6ce1cCopy full SHA for 7a6ce1c
build.gradle
@@ -27,7 +27,7 @@ configure(allprojects) { project ->
27
group = "org.springframework"
28
version = qualifyVersionIfNecessary(version)
29
30
- ext.aspectjVersion = "1.8.5"
+ ext.aspectjVersion = "1.8.6"
31
ext.eclipseLinkVersion = "2.4.2"
32
ext.ehcacheVersion = "2.9.1"
33
ext.ehcacheJCacheVersion = "1.0.1"
@@ -41,7 +41,7 @@ configure(allprojects) { project ->
41
ext.jackson2Version = "2.4.6"
42
ext.jasperReportsVersion = "6.0.4"
43
ext.jettyVersion = "9.2.11.v20150529"
44
- ext.jodaVersion = "2.7"
+ ext.jodaVersion = "2.8"
45
ext.junitVersion = "4.12"
46
ext.nettyVersion = "4.0.28.Final"
47
ext.openJpaVersion = "2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)
0 commit comments