@@ -17,7 +17,7 @@ configure(allprojects) { project ->
17
17
// "Class not found: javac1.8" issue with Ant versions prior to 1.9.x
18
18
ant. properties[" build.compiler" ] = " javac1.7"
19
19
20
- ext. aspectjVersion = " 1.7.2 "
20
+ ext. aspectjVersion = " 1.7.4 "
21
21
ext. hsqldbVersion = " 1.8.0.10"
22
22
ext. junitVersion = " 4.11"
23
23
ext. slf4jVersion = " 1.6.6"
@@ -328,11 +328,11 @@ project("spring-context") {
328
328
optional(" javax.persistence:persistence-api:1.0" )
329
329
optional(" javax.validation:validation-api:1.0.0.GA" )
330
330
optional(" org.hibernate:hibernate-validator:4.3.1.Final" )
331
- optional(" joda-time:joda-time:2.1 " )
331
+ optional(" joda-time:joda-time:2.2 " )
332
332
optional(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
333
333
optional(" org.codehaus.groovy:groovy-all:1.8.9" )
334
334
optional(" org.beanshell:bsh:2.0b4" )
335
- optional(" org.jruby:jruby:1.7.2 " )
335
+ optional(" org.jruby:jruby:1.7.10 " )
336
336
testCompile(" javax.inject:javax.inject-tck:1" )
337
337
testCompile(" commons-dbcp:commons-dbcp:1.3" )
338
338
testCompile(" org.slf4j:slf4j-api:${ slf4jVersion} " )
@@ -406,7 +406,7 @@ project("spring-jms") {
406
406
optional(" aopalliance:aopalliance:1.0" )
407
407
optional(" org.apache.geronimo.specs:geronimo-jta_1.1_spec:1.1" )
408
408
optional(" javax.resource:connector-api:1.5" )
409
- optional(" org.codehaus.jackson:jackson-mapper-asl:1.4.5 " )
409
+ optional(" org.codehaus.jackson:jackson-mapper-asl:1.7.9 " )
410
410
optional(" com.fasterxml.jackson.core:jackson-databind:2.0.6" )
411
411
}
412
412
}
@@ -444,7 +444,7 @@ project("spring-context-support") {
444
444
optional(" org.quartz-scheduler:quartz:1.7.3" )
445
445
optional(" org.codehaus.fabric3.api:commonj:1.1.0" )
446
446
optional(" velocity:velocity:1.5" )
447
- optional(" org.freemarker:freemarker:2.3.19 " )
447
+ optional(" org.freemarker:freemarker:2.3.20 " )
448
448
optional(" com.lowagie:itext:2.1.7" )
449
449
optional(" jasperreports:jasperreports:2.0.5" )
450
450
testCompile(" org.apache.poi:poi:3.0.2-FINAL" )
@@ -477,11 +477,11 @@ project("spring-web") {
477
477
optional(" javax.xml.soap:saaj-api:1.3" )
478
478
optional(" aopalliance:aopalliance:1.0" )
479
479
optional(" com.caucho:hessian:3.2.1" )
480
- optional(" commons-fileupload:commons-fileupload:1.2.2 " )
480
+ optional(" commons-fileupload:commons-fileupload:1.3.1 " )
481
481
optional(" commons-io:commons-io:1.3" )
482
482
optional(" commons-httpclient:commons-httpclient:3.1" )
483
- optional(" org.apache.httpcomponents:httpclient:4.2" )
484
- optional(" org.codehaus.jackson:jackson-mapper-asl:1.4.5 " )
483
+ optional(" org.apache.httpcomponents:httpclient:4.2.6 " )
484
+ optional(" org.codehaus.jackson:jackson-mapper-asl:1.7.9 " )
485
485
optional(" com.fasterxml.jackson.core:jackson-databind:2.0.6" )
486
486
optional(" rome:rome:1.0" )
487
487
optional(" taglibs:standard:1.1.2" )
@@ -547,8 +547,8 @@ project("spring-orm-hibernate4") {
547
547
provided(project(" :spring-jdbc" ))
548
548
provided(project(" :spring-tx" ))
549
549
optional(project(" :spring-web" ))
550
- optional(" org.hibernate:hibernate-core:4.1.9 .Final" )
551
- optional(" org.hibernate:hibernate-entitymanager:4.1.9 .Final" )
550
+ optional(" org.hibernate:hibernate-core:4.2.8 .Final" )
551
+ optional(" org.hibernate:hibernate-entitymanager:4.2.8 .Final" )
552
552
optional(" javax.servlet:servlet-api:2.5" )
553
553
}
554
554
}
@@ -567,16 +567,16 @@ project("spring-webmvc") {
567
567
optional(project(" :spring-oxm" )) // for MarshallingView
568
568
optional(" javax.servlet.jsp:jsp-api:2.1" )
569
569
optional(" javax.servlet:jstl:1.2" )
570
- optional(" net.sourceforge.jexcelapi:jxl:2.6.3 " )
570
+ optional(" net.sourceforge.jexcelapi:jxl:2.6.12 " )
571
571
optional(" org.apache.poi:poi:3.0.2-FINAL" )
572
572
optional(" velocity:velocity:1.5" )
573
573
optional(" velocity-tools:velocity-tools-view:1.4" )
574
- optional(" org.freemarker:freemarker:2.3.19 " )
574
+ optional(" org.freemarker:freemarker:2.3.20 " )
575
575
optional(" com.lowagie:itext:2.1.7" )
576
576
optional(" jasperreports:jasperreports:2.0.5" ) {
577
577
exclude group : " xml-apis" , module : " xml-apis"
578
578
}
579
- optional(" org.codehaus.jackson:jackson-mapper-asl:1.4.5 " )
579
+ optional(" org.codehaus.jackson:jackson-mapper-asl:1.7.9 " )
580
580
optional(" com.fasterxml.jackson.core:jackson-databind:2.0.6" )
581
581
optional(" rome:rome:1.0" )
582
582
optional(" org.apache.tiles:tiles-api:2.1.2" )
@@ -602,8 +602,8 @@ project("spring-webmvc") {
602
602
}
603
603
testCompile(" javax.validation:validation-api:1.0.0.GA" )
604
604
testCompile(" org.hibernate:hibernate-validator:4.3.1.Final" )
605
- testCompile(" org.apache.httpcomponents:httpclient:4.2" )
606
- testCompile(" commons-fileupload:commons-fileupload:1.2.2 " )
605
+ testCompile(" org.apache.httpcomponents:httpclient:4.2.6 " )
606
+ testCompile(" commons-fileupload:commons-fileupload:1.3.1 " )
607
607
testCompile(" commons-io:commons-io:1.3" )
608
608
testCompile(" org.slf4j:slf4j-jcl:${ slf4jVersion} " )
609
609
}
@@ -656,7 +656,7 @@ project("spring-webmvc-portlet") {
656
656
compile(project(" :spring-webmvc" ))
657
657
provided(" javax.servlet:servlet-api:2.5" )
658
658
provided(" javax.portlet:portlet-api:2.0" )
659
- optional(" commons-fileupload:commons-fileupload:1.2.2 " )
659
+ optional(" commons-fileupload:commons-fileupload:1.3.1 " )
660
660
}
661
661
662
662
// pick up DispatcherPortlet.properties in src/main
@@ -678,7 +678,7 @@ project("spring-test") {
678
678
optional(project(" :spring-webmvc" ))
679
679
optional(project(" :spring-webmvc-portlet" ))
680
680
optional(" junit:junit:${ junitVersion} " )
681
- optional(" org.testng:testng:6.5.2 " )
681
+ optional(" org.testng:testng:6.8.7 " )
682
682
optional(" javax.inject:javax.inject:1" )
683
683
optional(" javax.servlet:servlet-api:2.5" )
684
684
optional(" javax.servlet.jsp:jsp-api:2.1" )
@@ -732,7 +732,7 @@ project("spring-test-mvc") {
732
732
testCompile(" javax.mail:mail:1.4.7" )
733
733
testCompile(" org.hibernate:hibernate-validator:4.3.1.Final" )
734
734
testCompile(" com.thoughtworks.xstream:xstream:1.3.1" )
735
- testCompile(" org.codehaus.jackson:jackson-mapper-asl:1.4.5 " )
735
+ testCompile(" org.codehaus.jackson:jackson-mapper-asl:1.7.9 " )
736
736
testCompile(" com.fasterxml.jackson.core:jackson-databind:2.0.6" )
737
737
testCompile(" rome:rome:1.0" )
738
738
testCompile(" org.apache.tiles:tiles-request-api:1.0.1" )
@@ -865,7 +865,7 @@ configure(rootProject) {
865
865
testCompile(" javax.inject:javax.inject:1" )
866
866
testCompile(" javax.resource:connector-api:1.5" )
867
867
testCompile(" org.aspectj:aspectjweaver:${ aspectjVersion} " )
868
- testCompile(" org.hibernate:hibernate-core:4.1.9 .Final" )
868
+ testCompile(" org.hibernate:hibernate-core:4.2.8 .Final" )
869
869
testCompile(" hsqldb:hsqldb:${ hsqldbVersion} " )
870
870
}
871
871
@@ -899,7 +899,7 @@ configure(rootProject) {
899
899
900
900
doFirst {
901
901
classpath = files(
902
- // ensure Servlet 3.x and Hibernate 4.x have precedence on the Javadoc
902
+ // ensure Servlet 3.x and Hibernate 4.x have precedence on the javadoc
903
903
// classpath over their respective 2.5 and 3.x variants
904
904
project(" :spring-webmvc" ). sourceSets. main. compileClasspath. files. find { it =~ " servlet-api" },
905
905
rootProject. sourceSets. test. compileClasspath. files. find { it =~ " hibernate-core" },
0 commit comments