Upgrade tests and samples to use Spring Boot 1.3.6.RELEASE
This commit is contained in:
@@ -3,7 +3,7 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.3.5.RELEASE'
|
||||
classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.3.6.RELEASE'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.3.5.RELEASE'
|
||||
classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.3.6.RELEASE'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.3.5.RELEASE</version>
|
||||
<version>1.3.6.RELEASE</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.3.5.RELEASE'
|
||||
classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.3.6.RELEASE'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.3.5.RELEASE'
|
||||
classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.3.6.RELEASE'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -12,7 +12,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.5.RELEASE'
|
||||
testCompile 'org.springframework.boot:spring-boot-starter-web:1.3.6.RELEASE'
|
||||
testCompile 'org.springframework:spring-test'
|
||||
testCompile project(path: ':spring-restdocs-core', configuration: 'testArtifacts')
|
||||
testRuntime 'commons-logging:commons-logging:1.2'
|
||||
|
||||
Reference in New Issue
Block a user