@@ -32,7 +32,7 @@ configure(allprojects) { project ->
32
32
version = qualifyVersionIfNecessary(version)
33
33
34
34
ext. aspectjVersion = " 1.8.9"
35
- ext. caffeineVersion = " 2.3.0 "
35
+ ext. caffeineVersion = " 2.3.1 "
36
36
ext. eclipselinkVersion = " 2.4.2"
37
37
ext. ehcacheVersion = " 2.10.2"
38
38
ext. ehcachejcacheVersion = " 1.0.1"
@@ -41,7 +41,7 @@ configure(allprojects) { project ->
41
41
ext. fileuploadVersion = " 1.3.2"
42
42
ext. freemarkerVersion = " 2.3.23"
43
43
ext. groovyVersion = " 2.4.7"
44
- ext. gsonVersion = " 2.6.2 "
44
+ ext. gsonVersion = " 2.7 "
45
45
ext. guavaVersion = " 19.0"
46
46
ext. hamcrestVersion = " 1.3"
47
47
ext. hibernate3Version = " 3.6.10.Final"
@@ -52,7 +52,7 @@ configure(allprojects) { project ->
52
52
ext. hsqldbVersion = " 2.3.4"
53
53
ext. httpasyncVersion = " 4.1.1"
54
54
ext. httpclientVersion = " 4.5.2"
55
- ext. jackson2Version = " 2.8.0.rc1 "
55
+ ext. jackson2Version = " 2.8.0.rc2 "
56
56
ext. jasperreportsVersion = " 6.2.1"
57
57
ext. javamailVersion = " 1.5.5"
58
58
ext. jettyVersion = " 9.3.9.v20160517"
@@ -74,7 +74,7 @@ configure(allprojects) { project ->
74
74
ext. testngVersion = " 6.9.10"
75
75
ext. tiles2Version = " 2.2.2"
76
76
ext. tiles3Version = " 3.0.5"
77
- ext. tomcatVersion = " 8.5.2 "
77
+ ext. tomcatVersion = " 8.5.3 "
78
78
ext. tyrusVersion = " 1.3.5" // constrained by WebLogic 12.1.3 support
79
79
ext. undertowVersion = " 1.4.0.CR1"
80
80
ext. xmlunitVersion = " 1.6"
0 commit comments