From 4824c6338b6ec6c08a116590703118e712a37660 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Thu, 28 Jul 2016 06:52:47 -0500 Subject: [PATCH] Upgrade to Spring Boot 1.3.7.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 bb26a68..724d204 100644 --- a/README.adoc +++ b/README.adoc @@ -6,7 +6,7 @@ projects: [spring-ws] :toc: :project_id: gs-consuming-web-service :spring_version: current -:spring_boot_version: 1.3.6.RELEASE +:spring_boot_version: 1.3.7.RELEASE :icons: font :source-highlighter: prettify diff --git a/complete/build.gradle b/complete/build.gradle index 7f96eae..dc636aa 100644 --- a/complete/build.gradle +++ b/complete/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:1.3.6.RELEASE") + classpath("org.springframework.boot:spring-boot-gradle-plugin:1.3.7.RELEASE") } } diff --git a/complete/pom.xml b/complete/pom.xml index c68c29e..16c36f1 100644 --- a/complete/pom.xml +++ b/complete/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 1.3.6.RELEASE + 1.3.7.RELEASE diff --git a/initial/build.gradle b/initial/build.gradle index 7f96eae..dc636aa 100644 --- a/initial/build.gradle +++ b/initial/build.gradle @@ -7,7 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:1.3.6.RELEASE") + classpath("org.springframework.boot:spring-boot-gradle-plugin:1.3.7.RELEASE") } } diff --git a/initial/pom.xml b/initial/pom.xml index dd96756..64f4f68 100644 --- a/initial/pom.xml +++ b/initial/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 1.3.6.RELEASE + 1.3.7.RELEASE