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 a95a3ae commit 5e2b9b6Copy full SHA for 5e2b9b6
build.gradle
@@ -19,15 +19,15 @@ configure(allprojects) { project ->
19
group = "org.springframework"
20
version = qualifyVersionIfNecessary(version)
21
22
- ext.aspectjVersion = "1.8.1"
+ ext.aspectjVersion = "1.8.2"
23
ext.eclipseLinkVersion = "2.4.2"
24
ext.groovyVersion = "1.8.9"
25
ext.hibernate3Version = "3.6.10.Final"
26
ext.hibernate4Version = "4.2.14.Final"
27
ext.hibVal4Version = "4.3.2.Final"
28
ext.hsqldbVersion = "2.3.2"
29
ext.jackson1Version = "1.9.13"
30
- ext.jackson2Version = "2.3.3"
+ ext.jackson2Version = "2.3.4"
31
ext.jasperReportsVersion = "5.5.1"
32
ext.jettyVersion = "9.1.5.v20140505"
33
ext.jodaVersion = "2.3"
0 commit comments