Fixing boot dependencies version

This commit is contained in:
Ryan Baxter
2018-01-03 17:25:08 -05:00
committed by GitHub
parent 924ed94f88
commit 2578cdbfa9

View File

@@ -12,7 +12,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId> <artifactId>spring-boot-dependencies</artifactId>
<version>1.3.8.BUILD-SNAPSHOT</version> <version>1.5.9.RELEASE</version>
</parent> </parent>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>