Skip to content

Commit d5a2dff

Browse files
committed
Update the samples to use Spring Boot 1.3.5.RELEASE
1 parent 4f87f55 commit d5a2dff

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

samples/rest-assured/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.3.3.RELEASE'
6+
classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.3.5.RELEASE'
77
}
88
}
99

samples/rest-notes-slate/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.3.3.RELEASE'
6+
classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.3.5.RELEASE'
77
}
88
}
99

samples/rest-notes-spring-data-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>1.3.3.RELEASE</version>
14+
<version>1.3.5.RELEASE</version>
1515
<relativePath />
1616
</parent>
1717

samples/rest-notes-spring-hateoas/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.3.3.RELEASE'
6+
classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.3.5.RELEASE'
77
}
88
}
99

samples/testng/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.3.3.RELEASE'
6+
classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.3.5.RELEASE'
77
}
88
}
99

spring-restdocs-restassured/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
testCompile 'org.mockito:mockito-core'
1111
testCompile 'org.hamcrest:hamcrest-library'
1212
testCompile 'org.springframework.hateoas:spring-hateoas'
13-
testCompile 'org.springframework.boot:spring-boot-starter-web:1.3.3.RELEASE'
13+
testCompile 'org.springframework.boot:spring-boot-starter-web:1.3.5.RELEASE'
1414
testCompile 'org.springframework:spring-test'
1515
testCompile project(path: ':spring-restdocs-core', configuration: 'testArtifacts')
1616
testRuntime 'commons-logging:commons-logging:1.2'

0 commit comments

Comments
 (0)