@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.8.RELEASE")
+ classpath("org.springframework.boot:spring-boot-gradle-plugin:2.1.3.RELEASE")
@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>2.0.8.RELEASE</version>
+ <version>2.1.3.RELEASE</version>
</parent>
<dependencies>