From 52ac38f8faf097acad27e2cbd5be47e60426fb2f Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Thu, 30 Nov 2017 11:06:02 -0600 Subject: [PATCH] Upgrade to Spring Boot 1.5.9.RELEASE --- README.adoc | 2 +- complete/build.gradle | 2 +- complete/pom.xml | 2 +- initial/build.gradle | 2 +- initial/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index 103a979f04..c701690d47 100644 --- a/README.adoc +++ b/README.adoc @@ -3,7 +3,7 @@ tags: [] projects: [spring-batch] --- :spring_version: current -:spring_boot_version: 1.5.8.RELEASE +:spring_boot_version: 1.5.9.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 6514827505..0624720a86 100644 --- a/complete/build.gradle +++ b/complete/build.gradle @@ -3,7 +3,7 @@ buildscript { mavenCentral() } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.8.RELEASE") + classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.9.RELEASE") } } diff --git a/complete/pom.xml b/complete/pom.xml index e0ea1764fd..e08707b3b3 100644 --- a/complete/pom.xml +++ b/complete/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.8.RELEASE + 1.5.9.RELEASE diff --git a/initial/build.gradle b/initial/build.gradle index 6514827505..0624720a86 100644 --- a/initial/build.gradle +++ b/initial/build.gradle @@ -3,7 +3,7 @@ buildscript { mavenCentral() } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.8.RELEASE") + classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.9.RELEASE") } } diff --git a/initial/pom.xml b/initial/pom.xml index e0ea1764fd..e08707b3b3 100644 --- a/initial/pom.xml +++ b/initial/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.8.RELEASE + 1.5.9.RELEASE