Skip to content

Commit 7baff12

Browse files
author
wlanboy
committed
Upgrade to Spring 2.1.9 and Greenwich.SR3
1 parent 10e730a commit 7baff12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.1.4.RELEASE</version>
17+
<version>2.1.9.RELEASE</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

2121
<properties>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2424
<java.version>1.8</java.version>
25-
<spring-cloud.version>Greenwich.SR1</spring-cloud.version>
25+
<spring-cloud.version>Greenwich.SR3</spring-cloud.version>
2626
</properties>
2727

2828
<dependencies>

0 commit comments

Comments
 (0)