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 e16f21c commit a305bf7Copy full SHA for a305bf7
build.gradle
@@ -23,7 +23,7 @@ configure(allprojects) { project ->
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"
+ ext.hibernate4Version = "4.2.15.Final"
27
ext.hibVal4Version = "4.3.2.Final"
28
ext.hsqldbVersion = "2.3.2"
29
ext.jackson1Version = "1.9.13"
@@ -35,7 +35,7 @@ configure(allprojects) { project ->
35
ext.openJpaVersion = "2.2.2"
36
ext.slf4jVersion = "1.7.7"
37
ext.tiles2Version = "2.2.2"
38
- ext.tiles3Version = "3.0.4"
+ ext.tiles3Version = "3.0.5"
39
ext.tomcatVersion = "8.0.9"
40
ext.xstreamVersion = "1.4.7"
41
0 commit comments