@@ -32,11 +32,11 @@ configure(allprojects) { project ->
32
32
version = qualifyVersionIfNecessary(version)
33
33
34
34
ext. aspectjVersion = " 1.9.0.BETA-3"
35
- ext. caffeineVersion = " 2.2.2 "
35
+ ext. caffeineVersion = " 2.2.6 "
36
36
ext. eclipselinkVersion = " 2.4.2"
37
37
ext. ehcacheVersion = " 2.10.1"
38
38
ext. ehcachejcacheVersion = " 1.0.1"
39
- ext. ehcache3Version = " 3.0.0.rc1 "
39
+ ext. ehcache3Version = " 3.0.0.rc2 "
40
40
ext. ejbApiVersion = " 3.0"
41
41
ext. fileuploadVersion = " 1.3.1"
42
42
ext. freemarkerVersion = " 2.3.23"
@@ -57,31 +57,31 @@ configure(allprojects) { project ->
57
57
ext. jasperreportsVersion = " 6.2.1"
58
58
ext. javamailVersion = " 1.5.5"
59
59
ext. jettyVersion = " 9.3.8.v20160314"
60
- ext. jodaVersion = " 2.9.2 "
60
+ ext. jodaVersion = " 2.9.3 "
61
61
ext. jrubyVersion = " 1.7.24" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory)
62
62
ext. jsonassertVersion = " 1.3.0"
63
63
ext. jsonpathVersion = " 2.2.0"
64
64
ext. jtaVersion = " 1.2"
65
65
ext. junitVersion = " 4.12"
66
- ext. nettyVersion = " 4.0.34 .Final"
66
+ ext. nettyVersion = " 4.0.36 .Final"
67
67
ext. okhttp3Version = " 3.2.0"
68
68
ext. okhttpVersion = " 2.7.5"
69
69
ext. openjpaVersion = " 2.4.1"
70
70
ext. poiVersion = " 3.14"
71
71
ext. protobufVersion = " 2.6.1"
72
72
ext. reactorVersion = " 2.0.7.RELEASE"
73
- ext. romeVersion = " 1.5.1 "
73
+ ext. romeVersion = " 1.6.0 "
74
74
ext. seleniumVersion = " 2.52.0"
75
- ext. slf4jVersion = " 1.7.19 "
75
+ ext. slf4jVersion = " 1.7.21 "
76
76
ext. snakeyamlVersion = " 1.17"
77
77
ext. snifferVersion = " 1.15"
78
78
ext. testngVersion = " 6.9.10"
79
79
ext. tiles2Version = " 2.2.2"
80
80
ext. tiles3Version = " 3.0.5"
81
- ext. tomcatVersion = " 8.0.32 "
81
+ ext. tomcatVersion = " 8.0.33 "
82
82
ext. tyrusVersion = " 1.3.5" // constrained by WebLogic 12.1.3 support
83
- ext. undertowVersion = " 1.3.19 .Final"
84
- ext. woodstoxVersion = " 5.0.1 "
83
+ ext. undertowVersion = " 1.3.20 .Final"
84
+ ext. woodstoxVersion = " 5.0.2 "
85
85
ext. xmlunitVersion = " 1.6"
86
86
ext. xstreamVersion = " 1.4.9"
87
87
@@ -358,7 +358,7 @@ project("spring-core") {
358
358
compile(" commons-logging:commons-logging:1.2" )
359
359
optional(" commons-codec:commons-codec:1.10" )
360
360
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
361
- optional(" net.sf.jopt-simple:jopt-simple:4.9 " )
361
+ optional(" net.sf.jopt-simple:jopt-simple:5.0 " )
362
362
optional(" log4j:log4j:1.2.17" )
363
363
testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
364
364
testCompile(" xmlunit:xmlunit:${ xmlunitVersion} " )
0 commit comments