@@ -32,37 +32,37 @@ configure(allprojects) { project ->
32
32
ext. ehcacheVersion = " 2.10.0"
33
33
ext. ehcachejcacheVersion = " 1.0.1"
34
34
ext. fileuploadVersion = " 1.3.1"
35
- ext. freemarkerVersion = " 2.3.22 "
35
+ ext. freemarkerVersion = " 2.3.23 "
36
36
ext. groovyVersion = " 2.4.3"
37
37
ext. gsonVersion = " 2.3.1"
38
38
ext. hibernate3Version = " 3.6.10.Final"
39
39
ext. hibernate4Version = " 4.3.10.Final"
40
- ext. hibernate5Version = " 5.0.0.CR1 " // to be upgraded to 5.0 final in time for Spring Framework 4.2 GA
40
+ ext. hibernate5Version = " 5.0.0.CR2 " // to be upgraded to 5.0 final in time for Spring Framework 4.2 GA
41
41
ext. hibval4Version = " 4.3.2.Final"
42
42
ext. hibval5Version = " 5.2.0.CR1" // to be upgraded to 5.2 final in time for Spring Framework 4.2 GA
43
43
ext. hsqldbVersion = " 2.3.2"
44
44
ext. httpclientVersion = " 4.5"
45
45
ext. httpasyncVersion = " 4.1"
46
- ext. jackson2Version = " 2.6.0-rc3 " // to be upgraded to 2.6 final in time for Spring Framework 4.2 GA
46
+ ext. jackson2Version = " 2.6.0-rc4 " // to be upgraded to 2.6 final in time for Spring Framework 4.2 GA
47
47
ext. jasperreportsVersion = " 6.1.0"
48
48
ext. javamailVersion = " 1.5.4"
49
49
ext. jettyVersion = " 9.3.0.v20150612"
50
50
ext. jodaVersion = " 2.8.1"
51
- ext. jrubyVersion = " 1.7.20.1 "
51
+ ext. jrubyVersion = " 1.7.21 "
52
52
ext. jtaVersion = " 1.2"
53
53
ext. junitVersion = " 4.12"
54
54
ext. nettyVersion = " 4.0.29.Final"
55
55
ext. openjpaVersion = " 2.4.0"
56
56
ext. poiVersion = " 3.12"
57
57
ext. protobufVersion = " 2.6.1"
58
- ext. reactorVersion = " 2.0.3 .RELEASE"
58
+ ext. reactorVersion = " 2.0.4 .RELEASE"
59
59
ext. slf4jVersion = " 1.7.12"
60
60
ext. snakeyamlVersion = " 1.15"
61
61
ext. snifferVersion = " 1.14"
62
62
ext. testngVersion = " 6.9.4"
63
63
ext. tiles2Version = " 2.2.2"
64
64
ext. tiles3Version = " 3.0.5"
65
- ext. tomcatVersion = " 8.0.23 "
65
+ ext. tomcatVersion = " 8.0.24 "
66
66
ext. tyrusVersion = " 1.3.5" // constrained by WebLogic 12.1.3 support
67
67
ext. undertowVersion = " 1.2.8.Final"
68
68
ext. woodstoxVersion = " 5.0.1"
@@ -120,7 +120,7 @@ configure(allprojects) { project ->
120
120
121
121
repositories {
122
122
maven { url " https://repo.spring.io/libs-release" }
123
- // maven { url "https://repo.spring.io/milestone" }
123
+ maven { url " https://repo.spring.io/milestone" }
124
124
}
125
125
126
126
dependencies {
@@ -614,7 +614,7 @@ project("spring-jdbc") {
614
614
compile(project(" :spring-tx" ))
615
615
optional(project(" :spring-context" )) // for JndiDataSourceLookup
616
616
optional(" javax.transaction:javax.transaction-api:${ jtaVersion} " )
617
- optional(" com.mchange:c3p0:0.9.2 .1" )
617
+ optional(" com.mchange:c3p0:0.9.5 .1" )
618
618
optional(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
619
619
optional(" com.h2database:h2:1.4.187" )
620
620
optional(" org.apache.derby:derby:10.11.1.1" )
@@ -701,7 +701,7 @@ project("spring-web") {
701
701
optional(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
702
702
optional(" com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${ jackson2Version} " )
703
703
optional(" com.google.code.gson:gson:${ gsonVersion} " )
704
- optional(" com.rometools:rome:1.5.0 " )
704
+ optional(" com.rometools:rome:1.5.1 " )
705
705
optional(" org.eclipse.jetty:jetty-servlet:${ jettyVersion} " ) {
706
706
exclude group : " javax.servlet" , module : " javax.servlet-api"
707
707
}
@@ -1058,8 +1058,7 @@ project("spring-aspects") {
1058
1058
1059
1059
dependencies {
1060
1060
aspects(project(" :spring-orm" ))
1061
- // ajc("org.aspectj:aspectjtools:1.9.0.BETA-1") // for the ability to build on JDK 9, not exposed in the POMs yet
1062
- ajc(" org.aspectj:aspectjtools:${ aspectjVersion} " ) // alternative to the above while Gradle fails on JDK 9 anyway
1061
+ ajc(" org.aspectj:aspectjtools:1.9.0.BETA-1" ) // for the ability to build on JDK 9, not exposed in the POMs yet
1063
1062
rt(" org.aspectj:aspectjrt:${ aspectjVersion} " ) // regular AspectJ version here, to be exposed in the POMs
1064
1063
compile(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
1065
1064
provided(" org.eclipse.persistence:javax.persistence:2.0.0" )
0 commit comments