From c34cdc65b1a3309d369ee65c3ba6bde5cee13f7f Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Fri, 25 Oct 2019 19:16:49 +0900 Subject: [PATCH] Upgrade the Spring Boot-based samples to 2.1.9.RELEASE See gh-656 --- samples/junit5/build.gradle | 2 +- samples/rest-assured/build.gradle | 2 +- samples/rest-notes-spring-data-rest/pom.xml | 2 +- samples/rest-notes-spring-hateoas/build.gradle | 2 +- samples/testng/build.gradle | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/junit5/build.gradle b/samples/junit5/build.gradle index 872ae25c..7a9ec265 100644 --- a/samples/junit5/build.gradle +++ b/samples/junit5/build.gradle @@ -3,7 +3,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.8.RELEASE' + classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.9.RELEASE' } } diff --git a/samples/rest-assured/build.gradle b/samples/rest-assured/build.gradle index f3da3e12..1c16a474 100644 --- a/samples/rest-assured/build.gradle +++ b/samples/rest-assured/build.gradle @@ -3,7 +3,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.8.RELEASE' + classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.9.RELEASE' } } diff --git a/samples/rest-notes-spring-data-rest/pom.xml b/samples/rest-notes-spring-data-rest/pom.xml index 1fe266b2..6e60976a 100644 --- a/samples/rest-notes-spring-data-rest/pom.xml +++ b/samples/rest-notes-spring-data-rest/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.8.RELEASE + 2.1.9.RELEASE diff --git a/samples/rest-notes-spring-hateoas/build.gradle b/samples/rest-notes-spring-hateoas/build.gradle index b9df631d..def0731c 100644 --- a/samples/rest-notes-spring-hateoas/build.gradle +++ b/samples/rest-notes-spring-hateoas/build.gradle @@ -3,7 +3,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.8.RELEASE' + classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.9.RELEASE' } } diff --git a/samples/testng/build.gradle b/samples/testng/build.gradle index dad542e2..ab514e41 100644 --- a/samples/testng/build.gradle +++ b/samples/testng/build.gradle @@ -3,7 +3,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.8.RELEASE' + classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.9.RELEASE' } }