Skip to content

Commit bbd6ab8

Browse files
committed
Upgrade to Spring Boot 2.1.3.RELEASE
1 parent 5da37e9 commit bbd6ab8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:spring_version: current
2-
:spring_boot_version: 2.0.8.RELEASE
2+
:spring_boot_version: 2.1.3.RELEASE
33
:Component: http://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/stereotype/Component.html
44
:SpringApplication: http://docs.spring.io/spring-boot/docs/{spring_boot_version}/api/org/springframework/boot/SpringApplication.html
55
:toc:

complete/build.gradle

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

complete/pom.xml

+1-1
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.8.RELEASE</version>
13+
<version>2.1.3.RELEASE</version>
1414
</parent>
1515

1616
<properties>

initial/build.gradle

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

initial/pom.xml

+1-1
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.8.RELEASE</version>
13+
<version>2.1.3.RELEASE</version>
1414
</parent>
1515

1616
<properties>

0 commit comments

Comments
 (0)