Skip to content

Commit 40e78c2

Browse files
committed
Upgrade to Spring Boot 2.0.1.RELEASE
1 parent 0fa395a commit 40e78c2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.0.RELEASE")
6+
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.1.RELEASE")
77
}
88
}
99

complete/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>2.0.0.RELEASE</version>
14+
<version>2.0.1.RELEASE</version>
1515
</parent>
1616

1717
<properties>

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.0.RELEASE")
6+
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.1.RELEASE")
77
}
88
}
99

initial/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>2.0.0.RELEASE</version>
14+
<version>2.0.1.RELEASE</version>
1515
</parent>
1616

1717
<properties>

0 commit comments

Comments
 (0)