diff --git a/README.adoc b/README.adoc index 180884a404..22e0017e05 100644 --- a/README.adoc +++ b/README.adoc @@ -1,7 +1,7 @@ :spring_version: current -:spring_boot_version: 2.1.3.RELEASE -:Component: https://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/stereotype/Component.html -:SpringApplication: https://docs.spring.io/spring-boot/docs/{spring_boot_version}/api/org/springframework/boot/SpringApplication.html +:spring_boot_version: 2.1.4.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: :icons: font :source-highlighter: prettify diff --git a/complete/build.gradle b/complete/build.gradle index 3563578356..ce09b09e9e 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.1.3.RELEASE") + classpath("org.springframework.boot:spring-boot-gradle-plugin:2.1.4.RELEASE") } } diff --git a/complete/pom.xml b/complete/pom.xml index 70e4c97604..ad66bce4da 100644 --- a/complete/pom.xml +++ b/complete/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.3.RELEASE + 2.1.4.RELEASE diff --git a/initial/build.gradle b/initial/build.gradle index 3563578356..ce09b09e9e 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.1.3.RELEASE") + classpath("org.springframework.boot:spring-boot-gradle-plugin:2.1.4.RELEASE") } } diff --git a/initial/pom.xml b/initial/pom.xml index 70e4c97604..ad66bce4da 100644 --- a/initial/pom.xml +++ b/initial/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.3.RELEASE + 2.1.4.RELEASE