diff --git a/build.gradle b/build.gradle index 11eef1e91..01b202857 100644 --- a/build.gradle +++ b/build.gradle @@ -100,8 +100,8 @@ subprojects { subproject -> toolVersion = "0.7.0.201403182114" } - sourceCompatibility=1.6 - targetCompatibility=1.6 + sourceCompatibility=1.7 + targetCompatibility=1.7 eclipse { project { diff --git a/spring-batch-infrastructure/pom.xml b/spring-batch-infrastructure/pom.xml index 89aaf1827..2d4674365 100644 --- a/spring-batch-infrastructure/pom.xml +++ b/spring-batch-infrastructure/pom.xml @@ -225,11 +225,6 @@ spring-data-gemfire true - - org.springframework.data - spring-data-redis - true - org.codehaus.woodstox woodstox-core-asl diff --git a/spring-batch-parent/pom.xml b/spring-batch-parent/pom.xml index a6ac20ebe..735961d46 100644 --- a/spring-batch-parent/pom.xml +++ b/spring-batch-parent/pom.xml @@ -38,15 +38,15 @@ - 4.0.2.RELEASE - 1.1.2.RELEASE + 4.0.4.RELEASE + 1.3.2.RELEASE 4.10 1.0.0.RELEASE 3.1 false UTF-8 - 1.6 - 1.6 + 1.7 + 1.7 @@ -383,12 +383,12 @@ org.aspectj aspectjrt - 1.5.4 + 1.8.0 org.aspectj aspectjweaver - 1.5.4 + 1.8.0 junit @@ -417,7 +417,7 @@ org.codehaus.woodstox woodstox-core-asl - 4.0.6 + 4.2.0 true @@ -429,7 +429,7 @@ org.hibernate hibernate-core - 4.1.9.Final + 4.2.12.Final true @@ -453,7 +453,7 @@ org.hibernate hibernate-entitymanager - 4.1.9.Final + 4.2.12.Final true @@ -496,35 +496,35 @@ org.slf4j slf4j-api - 1.6.6 + 1.7.6 org.slf4j slf4j-log4j12 - 1.6.6 + 1.7.6 commons-lang commons-lang - PLEASE DON'T USE COMMONS LANG + 2.6 true commons-io commons-io - 1.4 + 2.4 true commons-collections commons-collections - 3.2 + 3.2.1 true commons-dbcp commons-dbcp - 1.2.2 + 1.4 true @@ -536,19 +536,19 @@ log4j log4j - 1.2.14 + 1.2.17 true org.hsqldb hsqldb - 2.3.1 + 2.3.2 test com.h2database h2 - 1.2.125 + 1.3.175 test @@ -560,13 +560,13 @@ org.apache.derby derby - 10.8.2.2 + 10.10.1.1 test com.thoughtworks.xstream xstream - 1.4.4 + 1.4.7 org.codehaus.jettison @@ -614,8 +614,8 @@ javax.servlet - servlet-api - 2.5 + javax.servlet-api + 3.0.1 provided true @@ -736,37 +736,31 @@ org.springframework.data spring-data-commons - 1.5.0.RELEASE + 1.7.2.RELEASE true org.springframework.data spring-data-jpa - 1.2.0.RELEASE + 1.5.2.RELEASE true org.springframework.data spring-data-mongodb - 1.1.0.RELEASE + 1.4.2.RELEASE true org.springframework.data spring-data-neo4j - 2.2.0.RELEASE + 3.0.2.RELEASE true org.springframework.data spring-data-gemfire - 1.3.0.RELEASE - true - - - org.springframework.data - spring-data-redis - 1.0.3.RELEASE + 1.3.4.RELEASE true diff --git a/spring-batch-samples/pom.xml b/spring-batch-samples/pom.xml index b22c68df7..626f39c33 100644 --- a/spring-batch-samples/pom.xml +++ b/spring-batch-samples/pom.xml @@ -52,14 +52,14 @@ junit - org.opensymphony.quartz + org.quartz-scheduler quartz - 1.6.1 + 2.2.1 mysql mysql-connector-java - 5.1.6 + 5.1.29 runtime @@ -100,12 +100,12 @@ javax.servlet - servlet-api + javax.servlet-api xmlunit xmlunit - 1.2 + 1.5 test @@ -121,7 +121,13 @@ org.codehaus.groovy groovy - 1.6.3 + 2.2.2 + runtime + + + org.codehaus.groovy + groovy-ant + 2.2.2 runtime @@ -159,7 +165,7 @@ postgresql postgresql - 9.1-901.jdbc4 + 9.0-801.jdbc4 true @@ -212,7 +218,7 @@ javax.mail mail - 1.4.1 + 1.4.7 org.springframework.amqp @@ -403,5 +409,13 @@ Release bundles for SQLFire and GemFire http://dist.gemstone.com.s3.amazonaws.com/maven/release + + libs-milestone + http://repo.spring.io/libs-milestone + + + plugins-release + http://repo.spring.io/plugins-release +