Update Spring Boot-based samples to 2.1.3
Closes gh-586
This commit is contained in:
@@ -3,7 +3,7 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.0.0.RELEASE'
|
||||
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.3.RELEASE'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,10 +34,8 @@ ext {
|
||||
ext['spring-restdocs.version'] = '2.0.4.BUILD-SNAPSHOT'
|
||||
|
||||
dependencies {
|
||||
asciidoctor "org.springframework.restdocs:spring-restdocs-asciidoctor:${project.ext['spring-restdocs.version']}"
|
||||
|
||||
asciidoctor 'org.springframework.restdocs:spring-restdocs-asciidoctor'
|
||||
compile 'org.springframework.boot:spring-boot-starter-web'
|
||||
|
||||
testCompile('org.springframework.boot:spring-boot-starter-test') {
|
||||
exclude group: 'junit', module: 'junit;'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user