@@ -39,9 +39,9 @@ configure(allprojects) { project ->
39
39
ext. activationApiVersion = " 1.1.1"
40
40
ext. annotationApiVersion = " 1.3"
41
41
ext. aspectjVersion = " 1.9.0.BETA-6"
42
- ext. beanvalVersion = " 1.1 .0.Final"
42
+ ext. beanvalVersion = " 2.0 .0.Final"
43
43
ext. cacheApiVersion = " 1.0.0"
44
- ext. caffeineVersion = " 2.5.3 "
44
+ ext. caffeineVersion = " 2.5.4 "
45
45
ext. eclipselinkVersion = " 2.6.5-RC2"
46
46
ext. ehcacheVersion = " 2.10.4"
47
47
ext. ehcachejcacheVersion = " 1.0.1"
@@ -54,7 +54,7 @@ configure(allprojects) { project ->
54
54
ext. gsonVersion = " 2.8.1"
55
55
ext. hamcrestVersion = " 1.3"
56
56
ext. hibernate5Version = " 5.2.10.Final"
57
- ext. hibvalVersion = " 5.4 .1.Final"
57
+ ext. hibvalVersion = " 6.0 .1.Final"
58
58
ext. hsqldbVersion = " 2.4.0"
59
59
ext. httpasyncVersion = " 4.1.3"
60
60
ext. httpclientVersion = " 4.5.3"
@@ -77,7 +77,7 @@ configure(allprojects) { project ->
77
77
ext. junitJupiterVersion = ' 5.0.0-RC2'
78
78
ext. junitPlatformVersion = ' 1.0.0-RC2'
79
79
ext. log4jVersion = ' 2.8.2'
80
- ext. nettyVersion = " 4.1.13 .Final"
80
+ ext. nettyVersion = " 4.1.14 .Final"
81
81
ext. niomultipartVersion = " 1.1.0"
82
82
ext. okhttp3Version = " 3.8.1"
83
83
ext. poiVersion = " 3.16"
@@ -94,7 +94,7 @@ configure(allprojects) { project ->
94
94
ext. snakeyamlVersion = " 1.18"
95
95
ext. testngVersion = " 6.11"
96
96
ext. tiles3Version = " 3.0.7"
97
- ext. tomcatVersion = " 8.5.16 "
97
+ ext. tomcatVersion = " 8.5.19 "
98
98
ext. tyrusVersion = " 1.13.1"
99
99
ext. undertowVersion = " 1.4.18.Final"
100
100
ext. websocketVersion = " 1.1"
@@ -512,9 +512,8 @@ project("spring-context") {
512
512
optional(" javax.interceptor:javax.interceptor-api:${ interceptorApiVersion} " )
513
513
optional(" javax.enterprise.concurrent:javax.enterprise.concurrent-api:1.0" )
514
514
optional(" javax.money:money-api:1.0.1" )
515
- optional(" org.eclipse.persistence:javax.persistence:${ jpaVersion} " )
516
- optional(" javax.validation:validation-api:${ beanvalVersion} " )
517
- optional(" org.hibernate:hibernate-validator:${ hibvalVersion} " )
515
+ optional(" javax.validation:validation-api:1.1.0.Final" )
516
+ optional(" org.hibernate:hibernate-validator:5.4.1.Final" )
518
517
optional(" joda-time:joda-time:${ jodaVersion} " )
519
518
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
520
519
optional(" org.codehaus.groovy:groovy-all:${ groovyVersion} " )
@@ -660,6 +659,17 @@ project("spring-jdbc") {
660
659
}
661
660
}
662
661
662
+ project(" spring-context-indexer" ) {
663
+ description = " Spring Context Indexer"
664
+
665
+ dependencies {
666
+ testCompile(project(" :spring-context" ))
667
+ testCompile(" javax.inject:javax.inject:1" )
668
+ testCompile(" javax.annotation:javax.annotation-api:${ annotationApiVersion} " )
669
+ testCompile(" org.eclipse.persistence:javax.persistence:${ jpaVersion} " )
670
+ }
671
+ }
672
+
663
673
project(" spring-context-support" ) {
664
674
description = " Spring Context Support"
665
675
@@ -682,22 +692,16 @@ project("spring-context-support") {
682
692
testCompile(" org.apache.poi:poi:${ poiVersion} " )
683
693
testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
684
694
testCompile(" org.slf4j:slf4j-api:${ slf4jVersion} " )
695
+ testCompile(" javax.validation:validation-api:${ beanvalVersion} " )
696
+ testCompile(" org.hibernate:hibernate-validator:${ hibvalVersion} " )
697
+ testRuntime(" javax.el:javax.el-api:${ elApiVersion} " )
698
+ testRuntime(" org.glassfish:javax.el:3.0.1-b08" )
699
+ testRuntime(" javax.annotation:javax.annotation-api:${ annotationApiVersion} " )
685
700
testRuntime(" com.sun.mail:javax.mail:${ javamailVersion} " )
686
701
testRuntime(" org.ehcache:jcache:${ ehcachejcacheVersion} " )
687
702
}
688
703
}
689
704
690
- project(" spring-context-indexer" ) {
691
- description = " Spring Context Indexer"
692
-
693
- dependencies {
694
- testCompile(project(" :spring-context" ))
695
- testCompile(" javax.inject:javax.inject:1" )
696
- testCompile(" javax.annotation:javax.annotation-api:${ annotationApiVersion} " )
697
- testCompile(" org.eclipse.persistence:javax.persistence:${ jpaVersion} " )
698
- }
699
- }
700
-
701
705
project(" spring-web" ) {
702
706
description = " Spring Web"
703
707
@@ -782,7 +786,7 @@ project("spring-web") {
782
786
testRuntime(" com.sun.xml.bind:jaxb-core:${ jaxbVersion} " )
783
787
testRuntime(" com.sun.xml.bind:jaxb-impl:${ jaxbVersion} " )
784
788
testRuntime(" javax.json:javax.json-api:1.1" )
785
- testRuntime(" org.apache.johnzon:johnzon-jsonb:1.1.1 " )
789
+ testRuntime(" org.apache.johnzon:johnzon-jsonb:1.1.2 " )
786
790
}
787
791
}
788
792
@@ -891,7 +895,7 @@ project("spring-webmvc") {
891
895
testRuntime(" org.jetbrains.kotlin:kotlin-script-util:${ kotlinVersion} " )
892
896
testRuntime(" org.jetbrains.kotlin:kotlin-compiler:${ kotlinVersion} " )
893
897
testRuntime(" org.jruby:jruby:9.1.12.0" )
894
- testRuntime(" org.python:jython-standalone:2.5.3 " )
898
+ testRuntime(" org.python:jython-standalone:2.7.1 " )
895
899
testRuntime(" org.webjars:underscorejs:1.8.3" )
896
900
testRuntime(" org.glassfish:javax.el:3.0.1-b08" )
897
901
testRuntime(" com.sun.xml.bind:jaxb-core:${ jaxbVersion} " )
@@ -999,7 +1003,7 @@ project("spring-webflux") {
999
1003
testRuntime(" org.jetbrains.kotlin:kotlin-script-util:${ kotlinVersion} " )
1000
1004
testRuntime(" org.jetbrains.kotlin:kotlin-compiler:${ kotlinVersion} " )
1001
1005
testRuntime(" org.jruby:jruby:9.1.12.0" )
1002
- testRuntime(" org.python:jython-standalone:2.5.3 " )
1006
+ testRuntime(" org.python:jython-standalone:2.7.1 " )
1003
1007
testRuntime(" org.synchronoss.cloud:nio-multipart-parser:${ niomultipartVersion} " )
1004
1008
testRuntime(" org.webjars:underscorejs:1.8.3" )
1005
1009
testRuntime(" org.glassfish:javax.el:3.0.1-b08" )
@@ -1050,7 +1054,7 @@ project("spring-test") {
1050
1054
exclude group : " io.netty" , module : " netty"
1051
1055
}
1052
1056
optional(" org.skyscreamer:jsonassert:${ jsonassertVersion} " )
1053
- optional(" com.jayway.jsonpath:json-path:2.3 .0" )
1057
+ optional(" com.jayway.jsonpath:json-path:2.4 .0" )
1054
1058
optional(" org.reactivestreams:reactive-streams" )
1055
1059
optional(" io.projectreactor:reactor-core" )
1056
1060
optional(" io.projectreactor:reactor-test" )
@@ -1139,7 +1143,6 @@ project("spring-aspects") {
1139
1143
ajc(" org.aspectj:aspectjtools:${ aspectjVersion} " )
1140
1144
rt(" org.aspectj:aspectjrt:${ aspectjVersion} " )
1141
1145
compile(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
1142
- provided(" org.eclipse.persistence:javax.persistence:${ jpaVersion} " )
1143
1146
optional(project(" :spring-aop" )) // for @Async support
1144
1147
optional(project(" :spring-beans" )) // for @Configurable support
1145
1148
optional(project(" :spring-context" )) // for @Enable* support
@@ -1269,7 +1272,7 @@ configure(rootProject) {
1269
1272
1270
1273
task wrapper(type : Wrapper ) {
1271
1274
description = " Generates gradlew[.bat] scripts"
1272
- gradleVersion = ' 3.5 .1'
1275
+ gradleVersion = ' 4 .1'
1273
1276
1274
1277
doLast() {
1275
1278
def gradleOpts = " -XX:MaxMetaspaceSize=1024m -Xmx1024m"
0 commit comments