diff --git a/samples/junit5/build.gradle b/samples/junit5/build.gradle index 872ae25c6..7a9ec2655 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 f3da3e124..1c16a474a 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 1fe266b2a..6e60976a7 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 b9df631dc..def0731cd 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 dad542e2b..ab514e417 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' } }