Upgrade the Spring Boot-based samples to 2.1.8.RELEASE

Closes gh-645
This commit is contained in:
Andy Wilkinson
2019-09-29 18:24:01 +01:00
parent 733039d12f
commit ce9d0c985f
6 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.3.RELEASE'
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.8.RELEASE'
}
}

View File

@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.3.RELEASE'
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.8.RELEASE'
}
}

View File

@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.3.RELEASE'
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.9.RELEASE'
}
}

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.3.RELEASE</version>
<version>2.1.8.RELEASE</version>
<relativePath />
</parent>

View File

@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.3.RELEASE'
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.8.RELEASE'
}
}

View File

@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.3.RELEASE'
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.1.8.RELEASE'
}
}