Upgrade to Spring Boot 1.3.3.RELEASE

This commit is contained in:
Greg Turnquist
2016-02-26 07:29:31 -06:00
parent d4c16e6c70
commit c4ab037902
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.3.2.RELEASE</version>
<version>1.3.3.RELEASE</version>
</parent>
<properties>