diff --git a/complete/build.gradle b/complete/build.gradle index 6b4133d754bdc0d0960b7540bc9c86d1bf60c49c..3483fa83597a5a62b07d630a534ad73b4ebfef36 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,12 +24,12 @@ repositories { } dependencies { - compile("org.springframework.boot:spring-boot-starter-web:1.0.0.RC1") { + compile("org.springframework.boot:spring-boot-starter-web:1.0.0.RC2") { exclude module: "spring-boot-starter-tomcat" } - compile("org.springframework.boot:spring-boot-starter-jetty:1.0.0.RC1") - compile("org.springframework.boot:spring-boot-starter-actuator:1.0.0.RC1") - testCompile("junit:junit:4.11") + compile("org.springframework.boot:spring-boot-starter-jetty:1.0.0.RC2") + compile("org.springframework.boot:spring-boot-starter-actuator:1.0.0.RC2") + testCompile("junit:junit") } task wrapper(type: Wrapper) { diff --git a/complete/pom.xml b/complete/pom.xml index bc82fc5ebb3ec21837ef5a55b7b87812023fce00..2645748f09a8ab1edcd1a04bcd35e7c6b5686ee7 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 6c62be1309ada449c6274669988e34c30a65ea3e..a7210bbac0e6644fa53c2b473ad7cdb0c4a37fca 100644 --- a/initial/build.gradle +++ b/initial/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,8 +24,8 @@ repositories { } dependencies { - compile("org.springframework.boot:spring-boot-starter-web:1.0.0.RC1") - testCompile("junit:junit:4.11") + compile("org.springframework.boot:spring-boot-starter-web:1.0.0.RC2") + testCompile("junit:junit") } task wrapper(type: Wrapper) { diff --git a/initial/pom.xml b/initial/pom.xml index d3fe33e3ce0bd8f594ed7d835d60c2711a1d6cd0..4c1793027aad0095fa209c8f2c702a2d31742082 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