Browse Source

Upgrade to Spring Boot 1.5.3

Matt Raible 7 years ago
parent
commit
e6ffa6c263
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      server/pom.xml

+ 1
- 1
server/pom.xml View File

@@ -14,7 +14,7 @@
14 14
     <parent>
15 15
         <groupId>org.springframework.boot</groupId>
16 16
         <artifactId>spring-boot-starter-parent</artifactId>
17
-        <version>1.5.2.RELEASE</version>
17
+        <version>1.5.3.RELEASE</version>
18 18
         <relativePath/> <!-- lookup parent from repository -->
19 19
     </parent>
20 20