1 Commits

Author SHA1 Message Date
Greg Turnquist
114cdf9303 Upgrade to @SpringBoot 2.0.3.RELEASE and @SpringCloud Finchley.RELEASE 2018-06-18 16:16:23 -05:00
5 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
:toc:
:project_id: gs-consuming-web-service
:spring_version: current
:spring_boot_version: 2.0.2.RELEASE
:spring_boot_version: 2.0.3.RELEASE
:icons: font
:source-highlighter: prettify

View File

@@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.2.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.3.RELEASE")
}
}

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.2.RELEASE</version>
<version>2.0.3.RELEASE</version>
</parent>
<properties>

View File

@@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.2.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.3.RELEASE")
}
}

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.2.RELEASE</version>
<version>2.0.3.RELEASE</version>
</parent>
<properties>