Skip to content

Commit 7859829

Browse files
committed
Upgrade to Spring Boot 2.1.3.RELEASE
1 parent e07cb16 commit 7859829

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

complete/configuration-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext { springBootVersion = '2.0.8.RELEASE' }
2+
ext { springBootVersion = '2.1.3.RELEASE' }
33
repositories { mavenCentral() }
44
dependencies { classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}") }
55
}

complete/configuration-client/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.8.RELEASE</version>
14+
<version>2.1.3.RELEASE</version>
1515
<relativePath/> <!-- lookup parent from repository -->
1616
</parent>
1717

complete/configuration-service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext { springBootVersion = '2.0.8.RELEASE' }
2+
ext { springBootVersion = '2.1.3.RELEASE' }
33
repositories { mavenCentral() }
44
dependencies { classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}") }
55
}

complete/configuration-service/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.8.RELEASE</version>
14+
<version>2.1.3.RELEASE</version>
1515
<relativePath /> <!-- lookup parent from repository -->
1616
</parent>
1717

initial/configuration-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '2.0.8.RELEASE'
3+
springBootVersion = '2.1.3.RELEASE'
44
}
55
repositories {
66
mavenCentral()

initial/configuration-client/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.8.RELEASE</version>
14+
<version>2.1.3.RELEASE</version>
1515
<relativePath/> <!-- lookup parent from repository -->
1616
</parent>
1717

initial/configuration-service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
springBootVersion = '2.0.8.RELEASE'
3+
springBootVersion = '2.1.3.RELEASE'
44
}
55
repositories {
66
mavenCentral()

initial/configuration-service/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.8.RELEASE</version>
14+
<version>2.1.3.RELEASE</version>
1515
<relativePath/> <!-- lookup parent from repository -->
1616
</parent>
1717

0 commit comments

Comments
 (0)