From d5a2dff210d92730abafe0058c027264859514c3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 31 May 2016 10:07:19 +0100 Subject: [PATCH] Update the samples to use Spring Boot 1.3.5.RELEASE --- samples/rest-assured/build.gradle | 2 +- samples/rest-notes-slate/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 +- spring-restdocs-restassured/build.gradle | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/samples/rest-assured/build.gradle b/samples/rest-assured/build.gradle index f4c79f9b..7b1ed764 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:1.3.3.RELEASE' + classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.3.5.RELEASE' } } diff --git a/samples/rest-notes-slate/build.gradle b/samples/rest-notes-slate/build.gradle index d30ca93e..c91372f9 100644 --- a/samples/rest-notes-slate/build.gradle +++ b/samples/rest-notes-slate/build.gradle @@ -3,7 +3,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.3.3.RELEASE' + classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.3.5.RELEASE' } } diff --git a/samples/rest-notes-spring-data-rest/pom.xml b/samples/rest-notes-spring-data-rest/pom.xml index 32b12dc4..82471745 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 - 1.3.3.RELEASE + 1.3.5.RELEASE diff --git a/samples/rest-notes-spring-hateoas/build.gradle b/samples/rest-notes-spring-hateoas/build.gradle index 7941829f..845bf967 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:1.3.3.RELEASE' + classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.3.5.RELEASE' } } diff --git a/samples/testng/build.gradle b/samples/testng/build.gradle index 7683e955..4e027aa8 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:1.3.3.RELEASE' + classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.3.5.RELEASE' } } diff --git a/spring-restdocs-restassured/build.gradle b/spring-restdocs-restassured/build.gradle index c9385ea8..b5a9f46c 100644 --- a/spring-restdocs-restassured/build.gradle +++ b/spring-restdocs-restassured/build.gradle @@ -10,7 +10,7 @@ dependencies { testCompile 'org.mockito:mockito-core' testCompile 'org.hamcrest:hamcrest-library' testCompile 'org.springframework.hateoas:spring-hateoas' - testCompile 'org.springframework.boot:spring-boot-starter-web:1.3.3.RELEASE' + testCompile 'org.springframework.boot:spring-boot-starter-web:1.3.5.RELEASE' testCompile 'org.springframework:spring-test' testCompile project(path: ':spring-restdocs-core', configuration: 'testArtifacts') testRuntime 'commons-logging:commons-logging:1.2'