We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6eb61 commit 06056e6Copy full SHA for 06056e6
build.gradle
@@ -42,7 +42,7 @@ configure(allprojects) { project ->
42
ext.hamcrestVersion = "1.3"
43
ext.hibernate3Version = "3.6.10.Final"
44
ext.hibernate4Version = "4.3.11.Final"
45
- ext.hibernate5Version = "5.0.5.Final"
+ ext.hibernate5Version = "5.0.6.Final"
46
ext.hibval4Version = "4.3.2.Final"
47
ext.hibval5Version = "5.2.2.Final"
48
ext.hsqldbVersion = "2.3.3"
@@ -51,7 +51,7 @@ configure(allprojects) { project ->
51
ext.httpclientVersion = "4.5.1"
52
ext.jackson2Version = "2.6.4"
53
ext.jasperreportsVersion = "6.2.0"
54
- ext.javamailVersion = "1.5.4"
+ ext.javamailVersion = "1.5.5"
55
ext.jettyVersion = "9.3.6.v20151106"
56
ext.jodaVersion = "2.9.1"
57
ext.jrubyVersion = "1.7.23" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory)
0 commit comments