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 6ef5a70 commit c4451e0Copy full SHA for c4451e0
pom.xml
@@ -11,7 +11,7 @@
11
<properties>
12
<finalName>springboot-base</finalName>
13
<java.version>1.8</java.version>
14
- <springboot.version>1.5.2.RELEASE</springboot.version>
+ <springboot.version>1.5.9.RELEASE</springboot.version>
15
<redis.version>1.8.1.RELEASE</redis.version>
16
<swagger-ui.version>2.2.2</swagger-ui.version>
17
<gson.version>2.8.0</gson.version>
@@ -30,7 +30,7 @@
30
<parent>
31
<groupId>org.springframework.boot</groupId>
32
<artifactId>spring-boot-starter-parent</artifactId>
33
- <version>1.5.2.RELEASE</version>
+ <version>1.5.9.RELEASE</version>
34
</parent>
35
36
<!-- Add typical dependencies for a web application -->
0 commit comments