We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e730a commit 7baff12Copy full SHA for 7baff12
pom.xml
@@ -14,15 +14,15 @@
14
<parent>
15
<groupId>org.springframework.boot</groupId>
16
<artifactId>spring-boot-starter-parent</artifactId>
17
- <version>2.1.4.RELEASE</version>
+ <version>2.1.9.RELEASE</version>
18
<relativePath/> <!-- lookup parent from repository -->
19
</parent>
20
21
<properties>
22
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
24
<java.version>1.8</java.version>
25
- <spring-cloud.version>Greenwich.SR1</spring-cloud.version>
+ <spring-cloud.version>Greenwich.SR3</spring-cloud.version>
26
</properties>
27
28
<dependencies>
0 commit comments