@@ -34,10 +34,10 @@ configure(allprojects) { project ->
34
34
ext. aspectjVersion = " 1.8.9"
35
35
ext. caffeineVersion = " 2.3.0"
36
36
ext. eclipselinkVersion = " 2.4.2"
37
- ext. ehcacheVersion = " 2.10.1 "
37
+ ext. ehcacheVersion = " 2.10.2 "
38
38
ext. ehcachejcacheVersion = " 1.0.1"
39
39
ext. ehcache3Version = " 3.0.0"
40
- ext. ejbApiVersion = " 3.0"
40
+ ext. ejbVersion = " 3.0"
41
41
ext. fileuploadVersion = " 1.3.1"
42
42
ext. freemarkerVersion = " 2.3.23"
43
43
ext. groovyVersion = " 2.4.6"
@@ -50,17 +50,14 @@ configure(allprojects) { project ->
50
50
ext. hibval4Version = " 4.3.2.Final"
51
51
ext. hibval5Version = " 5.2.4.Final"
52
52
ext. hsqldbVersion = " 2.3.3"
53
- ext. htmlunitVersion = " 2.20"
54
53
ext. httpasyncVersion = " 4.1.1"
55
54
ext. httpclientVersion = " 4.5.2"
56
55
ext. jackson2Version = " 2.7.4"
57
56
ext. jasperreportsVersion = " 6.2.1"
58
57
ext. javamailVersion = " 1.5.5"
59
58
ext. jettyVersion = " 9.3.8.v20160314"
60
59
ext. jodaVersion = " 2.9.3"
61
- ext. jrubyVersion = " 1.7.24" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory)
62
- ext. jsonassertVersion = " 1.3.0"
63
- ext. jsonpathVersion = " 2.2.0"
60
+ ext. jrubyVersion = " 1.7.25" // JRuby 9000 only supported through JSR-223 (StandardScriptFactory)
64
61
ext. jtaVersion = " 1.2"
65
62
ext. junitVersion = " 4.12"
66
63
ext. nettyVersion = " 4.1.0.CR7"
@@ -70,7 +67,6 @@ configure(allprojects) { project ->
70
67
ext. poiVersion = " 3.14"
71
68
ext. reactorVersion = " 2.0.8.RELEASE"
72
69
ext. romeVersion = " 1.6.0"
73
- ext. seleniumVersion = " 2.53.0"
74
70
ext. slf4jVersion = " 1.7.21"
75
71
ext. snakeyamlVersion = " 1.17"
76
72
ext. snifferVersion = " 1.15"
@@ -79,8 +75,7 @@ configure(allprojects) { project ->
79
75
ext. tiles3Version = " 3.0.5"
80
76
ext. tomcatVersion = " 8.0.33"
81
77
ext. tyrusVersion = " 1.3.5" // constrained by WebLogic 12.1.3 support
82
- ext. undertowVersion = " 1.3.21.Final"
83
- ext. woodstoxVersion = " 5.0.2"
78
+ ext. undertowVersion = " 1.3.22.Final"
84
79
ext. xmlunitVersion = " 1.6"
85
80
ext. xstreamVersion = " 1.4.9"
86
81
@@ -355,11 +350,11 @@ project("spring-core") {
355
350
compile(" commons-logging:commons-logging:1.2" )
356
351
optional(" commons-codec:commons-codec:1.10" )
357
352
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
358
- optional(" net.sf.jopt-simple:jopt-simple:5.0" )
353
+ optional(" net.sf.jopt-simple:jopt-simple:5.0.1 " )
359
354
optional(" log4j:log4j:1.2.17" )
360
355
testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
361
356
testCompile(" xmlunit:xmlunit:${ xmlunitVersion} " )
362
- testCompile(" com.fasterxml.woodstox:woodstox-core:${ woodstoxVersion } " ) {
357
+ testCompile(" com.fasterxml.woodstox:woodstox-core:5.0.2 " ) {
363
358
exclude group : " stax" , module : " stax-api"
364
359
}
365
360
}
@@ -479,7 +474,7 @@ project("spring-context") {
479
474
compile(files(project(" :spring-core" ). cglibRepackJar))
480
475
optional(project(" :spring-instrument" ))
481
476
optional(" javax.inject:javax.inject:1" )
482
- optional(" javax.ejb:ejb-api:${ ejbApiVersion } " )
477
+ optional(" javax.ejb:ejb-api:${ ejbVersion } " )
483
478
optional(" javax.enterprise.concurrent:javax.enterprise.concurrent-api:1.0" )
484
479
optional(" javax.money:money-api:1.0" )
485
480
optional(" org.eclipse.persistence:javax.persistence:2.0.0" )
@@ -549,7 +544,7 @@ project("spring-tx") {
549
544
optional(project(" :spring-context" )) // for JCA, @EnableTransactionManagement
550
545
optional(" javax.transaction:javax.transaction-api:${ jtaVersion} " )
551
546
optional(" javax.resource:connector-api:1.5" )
552
- optional(" javax.ejb:ejb-api:${ ejbApiVersion } " )
547
+ optional(" javax.ejb:ejb-api:${ ejbVersion } " )
553
548
optional(" com.ibm.websphere:uow:6.0.2.17" )
554
549
testCompile(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
555
550
testCompile(" org.eclipse.persistence:javax.persistence:2.0.0" )
@@ -646,7 +641,7 @@ project("spring-context-support") {
646
641
optional(" com.google.guava:guava:${ guavaVersion} " )
647
642
optional(" com.github.ben-manes.caffeine:caffeine:${ caffeineVersion} " )
648
643
optional(" net.sf.ehcache:ehcache:${ ehcacheVersion} " )
649
- optional(" org.quartz-scheduler:quartz:2.2.2 " )
644
+ optional(" org.quartz-scheduler:quartz:2.2.3 " )
650
645
optional(" org.codehaus.fabric3.api:commonj:1.1.0" )
651
646
optional(" org.apache.velocity:velocity:1.7" )
652
647
optional(" org.freemarker:freemarker:${ freemarkerVersion} " )
@@ -1012,16 +1007,16 @@ project("spring-test") {
1012
1007
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
1013
1008
optional(" org.codehaus.groovy:groovy-all:${ groovyVersion} " )
1014
1009
optional(" org.hamcrest:hamcrest-core:${ hamcrestVersion} " )
1015
- optional(" org.seleniumhq.selenium:selenium-java:${ seleniumVersion} " )
1016
- optional(" org.seleniumhq.selenium:htmlunit-driver:${ htmlunitVersion} " )
1017
- optional(" net.sourceforge.htmlunit:htmlunit:${ htmlunitVersion} " )
1018
1010
optional(" xmlunit:xmlunit:${ xmlunitVersion} " )
1019
- optional(" org.skyscreamer:jsonassert:${ jsonassertVersion} " )
1020
- optional(" com.jayway.jsonpath:json-path:${ jsonpathVersion} " )
1011
+ optional(" net.sourceforge.htmlunit:htmlunit:2.21" )
1012
+ optional(" org.seleniumhq.selenium:htmlunit-driver:2.20" )
1013
+ optional(" org.seleniumhq.selenium:selenium-java:2.53.0" )
1014
+ optional(" org.skyscreamer:jsonassert:1.3.0" )
1015
+ optional(" com.jayway.jsonpath:json-path:2.2.0" )
1021
1016
testCompile(project(" :spring-context-support" ))
1022
1017
testCompile(project(" :spring-oxm" ))
1023
1018
testCompile(" javax.mail:javax.mail-api:${ javamailVersion} " )
1024
- testCompile(" javax.ejb:ejb-api:${ ejbApiVersion } " )
1019
+ testCompile(" javax.ejb:ejb-api:${ ejbVersion } " )
1025
1020
testCompile(" org.hibernate:hibernate-core:${ hibernate4Version} " )
1026
1021
testCompile(" org.hibernate:hibernate-entitymanager:${ hibernate4Version} " )
1027
1022
testCompile(" org.hibernate:hibernate-validator:${ hibval5Version} " )
0 commit comments