Skip to content

Commit 35e9bb9

Browse files
committed
Upgrade to @springboot 2.0.3.RELEASE and @SpringCloud Finchley.RELEASE
1 parent a1b292b commit 35e9bb9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:toc:
33
:project_id: gs-rest-service
44
:spring_version: current
5-
:spring_boot_version: 2.0.2.RELEASE
5+
:spring_boot_version: 2.0.3.RELEASE
66
:icons: font
77
:source-highlighter: prettify
88

complete/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.2.RELEASE")
6+
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.3.RELEASE")
77
}
88
}
99

complete/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>2.0.2.RELEASE</version>
13+
<version>2.0.3.RELEASE</version>
1414
</parent>
1515

1616
<dependencies>

initial/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.2.RELEASE")
6+
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.3.RELEASE")
77
}
88
}
99

initial/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>2.0.2.RELEASE</version>
13+
<version>2.0.3.RELEASE</version>
1414
</parent>
1515

1616
<dependencies>

0 commit comments

Comments
 (0)