@@ -20,14 +20,15 @@ configure(allprojects) { project ->
20
20
ext. hibValVersion = " 4.3.1.Final"
21
21
ext. hsqldbVersion = " 2.3.2"
22
22
ext. jackson1Version = " 1.9.13"
23
- ext. jackson2Version = " 2.3.2 "
23
+ ext. jackson2Version = " 2.3.3 "
24
24
ext. jasperReportsVersion = " 5.5.1"
25
25
ext. jettyVersion = " 9.1.4.v20140401"
26
26
ext. jodaVersion = " 2.3"
27
27
ext. junitVersion = " 4.11"
28
- ext. slf4jVersion = " 1.7.6 "
28
+ ext. slf4jVersion = " 1.7.7 "
29
29
ext. tiles2Version = " 2.2.2"
30
30
ext. tiles3Version = " 3.0.3"
31
+ ext. tomcatVersion = " 8.0.5"
31
32
ext. xstreamVersion = " 1.4.7"
32
33
33
34
ext. gradleScriptDir = " ${ rootProject.projectDir} /gradle"
@@ -374,7 +375,7 @@ project("spring-context") {
374
375
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
375
376
optional(" org.codehaus.groovy:groovy-all:${ groovyVersion} " )
376
377
optional(" org.beanshell:bsh:2.0b4" )
377
- optional(" org.jruby:jruby:1.7.10 " )
378
+ optional(" org.jruby:jruby:1.7.12 " )
378
379
testCompile(" javax.inject:javax.inject-tck:1" )
379
380
testCompile(" commons-dbcp:commons-dbcp:1.4" )
380
381
testCompile(" org.slf4j:slf4j-api:${ slf4jVersion} " )
@@ -416,9 +417,9 @@ project("spring-messaging") {
416
417
testCompile(" org.eclipse.jetty:jetty-webapp:${ jettyVersion} " ) {
417
418
exclude group : " javax.servlet" , module : " javax.servlet-api"
418
419
}
419
- testCompile(" org.apache.tomcat.embed:tomcat-embed-core:8.0.3 " )
420
- testCompile(" org.apache.tomcat.embed:tomcat-embed-websocket:8.0.3 " )
421
- testCompile(" org.apache.tomcat.embed:tomcat-embed-logging-juli:8.0.3 " )
420
+ testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion } " )
421
+ testCompile(" org.apache.tomcat.embed:tomcat-embed-websocket:${ tomcatVersion } " )
422
+ testCompile(" org.apache.tomcat.embed:tomcat-embed-logging-juli:${ tomcatVersion } " )
422
423
testCompile(" commons-dbcp:commons-dbcp:1.4" )
423
424
testCompile(" log4j:log4j:1.2.17" )
424
425
testCompile(" org.slf4j:slf4j-jcl:${ slf4jVersion} " )
@@ -457,8 +458,9 @@ project("spring-oxm") {
457
458
dependencies {
458
459
compile(project(" :spring-beans" ))
459
460
compile(project(" :spring-core" ))
460
- optional(" org.codehaus.castor:castor-xml:1.3.2 " ) {
461
+ optional(" org.codehaus.castor:castor-xml:1.3.3 " ) {
461
462
exclude group : ' stax' , module : ' stax-api'
463
+ exclude group : " org.springframework" , module : " spring-context"
462
464
}
463
465
optional(" org.apache.xmlbeans:xmlbeans:2.6.0" ) {
464
466
exclude group : ' stax' , module : ' stax-api'
@@ -508,11 +510,11 @@ project("spring-jdbc") {
508
510
compile(project(" :spring-tx" ))
509
511
optional(project(" :spring-context" )) // for JndiDataSourceLookup
510
512
optional(" javax.transaction:javax.transaction-api:1.2" )
511
- optional(" c3p0 :c3p0:0.9.1.2 " )
513
+ optional(" com.mchange :c3p0:0.9.2.1 " )
512
514
optional(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
513
- optional(" com.h2database:h2:1.0.71 " )
514
- optional(" org.apache.derby:derby:10.10.1.1 " )
515
- optional(" org.apache.derby:derbyclient:10.10.1.1 " )
515
+ optional(" com.h2database:h2:1.3.176 " )
516
+ optional(" org.apache.derby:derby:10.10.2.0 " )
517
+ optional(" org.apache.derby:derbyclient:10.10.2.0 " )
516
518
}
517
519
}
518
520
@@ -527,7 +529,7 @@ project("spring-context-support") {
527
529
optional(project(" :spring-tx" )) // for Quartz support
528
530
optional(" javax.mail:mail:1.4.7" )
529
531
optional(" javax.cache:cache-api:1.0.0" )
530
- optional(" com.google.guava:guava:16.0.1 " )
532
+ optional(" com.google.guava:guava:17.0 " )
531
533
optional(" net.sf.ehcache:ehcache-core:2.6.5" )
532
534
optional(" org.quartz-scheduler:quartz:1.8.6" ) {
533
535
exclude group : " org.slf4j" , module : " slf4j-log4j12"
@@ -537,7 +539,7 @@ project("spring-context-support") {
537
539
optional(" org.freemarker:freemarker:2.3.20" )
538
540
optional(" com.lowagie:itext:2.1.7" )
539
541
optional(" net.sf.jasperreports:jasperreports:$jasperReportsVersion " )
540
- testCompile(" org.apache.poi:poi:3.9 " )
542
+ testCompile(" org.apache.poi:poi:3.10-FINAL " )
541
543
testCompile(" commons-beanutils:commons-beanutils:1.8.0" ) // for Velocity/JasperReports
542
544
testCompile(" commons-digester:commons-digester:1.8.1" ) // for Velocity/JasperReports
543
545
testCompile(" org.hsqldb:hsqldb:${ hsqldbVersion} " )
@@ -598,7 +600,7 @@ project("spring-websocket") {
598
600
optional(project(" :spring-webmvc" ))
599
601
optional(" javax.servlet:javax.servlet-api:3.1.0" )
600
602
optional(" javax.websocket:javax.websocket-api:1.0" )
601
- optional(" org.apache.tomcat:tomcat-websocket:8.0.3 " ) {
603
+ optional(" org.apache.tomcat:tomcat-websocket:${ tomcatVersion } " ) {
602
604
exclude group : " org.apache.tomcat" , module : " tomcat-websocket-api"
603
605
exclude group : " org.apache.tomcat" , module : " tomcat-servlet-api"
604
606
}
@@ -611,19 +613,18 @@ project("spring-websocket") {
611
613
exclude group : " javax.servlet" , module : " javax.servlet"
612
614
}
613
615
optional(" org.eclipse.jetty.websocket:websocket-client:${ jettyVersion} " )
614
- optional(" io.undertow:undertow-core:1.0.0 .Final" )
615
- optional(" io.undertow:undertow-servlet:1.0.0 .Final" ) {
616
+ optional(" io.undertow:undertow-core:1.0.1 .Final" )
617
+ optional(" io.undertow:undertow-servlet:1.0.1 .Final" ) {
616
618
exclude group : " org.jboss.spec.javax.servlet" , module : " jboss-servlet-api_3.1_spec"
617
619
exclude group : " org.jboss.spec.javax.annotation" , module : " jboss-annotations-api_1.2_spec"
618
620
}
619
- optional(" io.undertow:undertow-websockets-jsr:1.0.0 .Final" ) {
621
+ optional(" io.undertow:undertow-websockets-jsr:1.0.1 .Final" ) {
620
622
exclude group : " org.jboss.spec.javax.websocket" , module : " jboss-websocket-api_1.0_spec"
621
623
}
622
624
optional(" com.fasterxml.jackson.core:jackson-databind:${ jackson2Version} " )
623
- testCompile(" org.apache.tomcat.embed:tomcat-embed-core:8.0.3" )
624
- testCompile(" org.apache.tomcat.embed:tomcat-embed-websocket:8.0.3" )
625
- testCompile(" org.apache.tomcat.embed:tomcat-embed-logging-juli:8.0.3" )
626
-
625
+ testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
626
+ testCompile(" org.apache.tomcat.embed:tomcat-embed-websocket:${ tomcatVersion} " )
627
+ testCompile(" org.apache.tomcat.embed:tomcat-embed-logging-juli:${ tomcatVersion} " )
627
628
testCompile(" org.projectreactor:reactor-core:1.1.0.RELEASE" )
628
629
testCompile(" org.projectreactor:reactor-net:1.1.0.RELEASE" )
629
630
testCompile(" log4j:log4j:1.2.17" )
@@ -701,7 +702,7 @@ project("spring-webmvc") {
701
702
optional(" javax.servlet.jsp:jsp-api:2.2" )
702
703
optional(" javax.servlet:jstl:1.2" )
703
704
optional(" net.sourceforge.jexcelapi:jxl:2.6.12" )
704
- optional(" org.apache.poi:poi:3.9 " )
705
+ optional(" org.apache.poi:poi:3.10-FINAL " )
705
706
optional(" org.apache.velocity:velocity:1.7" )
706
707
optional(" velocity-tools:velocity-tools-view:1.4" )
707
708
optional(" org.freemarker:freemarker:2.3.20" )
@@ -1176,7 +1177,7 @@ configure(rootProject) {
1176
1177
1177
1178
task wrapper(type : Wrapper ) {
1178
1179
description = " Generates gradlew[.bat] scripts"
1179
- gradleVersion = " 1.11 "
1180
+ gradleVersion = " 1.12 "
1180
1181
1181
1182
doLast() {
1182
1183
def gradleOpts = " -XX:MaxMetaspaceSize=1024m -Xmx1024m"
0 commit comments