diff --git a/README.adoc b/README.adoc index a41b5bef33..c9b06e28eb 100644 --- a/README.adoc +++ b/README.adoc @@ -1,5 +1,5 @@ :spring_version: current -:spring_boot_version: 2.0.1.RELEASE +:spring_boot_version: 2.0.2.RELEASE :Component: http://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/stereotype/Component.html :SpringApplication: http://docs.spring.io/spring-boot/docs/{spring_boot_version}/api/org/springframework/boot/SpringApplication.html :toc: diff --git a/complete/build.gradle b/complete/build.gradle index bc56645392..4a4f49717e 100644 --- a/complete/build.gradle +++ b/complete/build.gradle @@ -3,7 +3,7 @@ buildscript { mavenCentral() } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.1.RELEASE") + classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.2.RELEASE") } } diff --git a/complete/pom.xml b/complete/pom.xml index b3c17dcf69..e95ab262af 100644 --- a/complete/pom.xml +++ b/complete/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.1.RELEASE + 2.0.2.RELEASE diff --git a/initial/build.gradle b/initial/build.gradle index bc56645392..4a4f49717e 100644 --- a/initial/build.gradle +++ b/initial/build.gradle @@ -3,7 +3,7 @@ buildscript { mavenCentral() } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.1.RELEASE") + classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.2.RELEASE") } } diff --git a/initial/pom.xml b/initial/pom.xml index b3c17dcf69..e95ab262af 100644 --- a/initial/pom.xml +++ b/initial/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.1.RELEASE + 2.0.2.RELEASE