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 7cbab0e commit d759c96Copy full SHA for d759c96
build.gradle
@@ -41,12 +41,12 @@ configure(allprojects) { project ->
41
ext.fileuploadVersion = "1.3.2"
42
ext.freemarkerVersion = "2.3.23"
43
ext.groovyVersion = "2.4.7"
44
- ext.gsonVersion = "2.7"
45
- ext.guavaVersion = "19.0"
+ ext.gsonVersion = "2.8.0"
+ ext.guavaVersion = "20.0"
46
ext.hamcrestVersion = "1.3"
47
ext.hibernate3Version = "3.6.10.Final"
48
ext.hibernate4Version = "4.3.11.Final"
49
- ext.hibernate5Version = "5.2.3.Final"
+ ext.hibernate5Version = "5.2.4.Final"
50
ext.hibval4Version = "4.3.2.Final"
51
ext.hibval5Version = "5.2.4.Final"
52
ext.hsqldbVersion = "2.3.4"
0 commit comments