diff --git a/complete/build.gradle b/complete/build.gradle index d2959ab701..80d87cfcb1 100644 --- a/complete/build.gradle +++ b/complete/build.gradle @@ -4,7 +4,7 @@ buildscript { mavenLocal() } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC1") + classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC2") } } @@ -24,9 +24,9 @@ repositories { } dependencies { - compile("org.springframework.boot:spring-boot-starter-batch:1.0.0.RC1") + compile("org.springframework.boot:spring-boot-starter-batch:1.0.0.RC2") compile("org.hsqldb:hsqldb") - testCompile("junit:junit:4.11") + testCompile("junit:junit") } task wrapper(type: Wrapper) { diff --git a/complete/pom.xml b/complete/pom.xml index 64c097cc27..6ac9eca52f 100644 --- a/complete/pom.xml +++ b/complete/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 1.0.0.RC1 + 1.0.0.RC2 diff --git a/initial/build.gradle b/initial/build.gradle index e52f6487e7..5cbb421e76 100644 --- a/initial/build.gradle +++ b/initial/build.gradle @@ -20,9 +20,9 @@ repositories { } dependencies { - compile("org.springframework.boot:spring-boot-starter-batch:1.0.0.RC1") + compile("org.springframework.boot:spring-boot-starter-batch:1.0.0.RC2") compile("org.hsqldb:hsqldb") - testCompile("junit:junit:4.11") + testCompile("junit:junit") } task wrapper(type: Wrapper) { diff --git a/initial/pom.xml b/initial/pom.xml index 707bc543dc..c103783a96 100644 --- a/initial/pom.xml +++ b/initial/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 1.0.0.RC1 + 1.0.0.RC2