Upgrade to Spring Boot 1.4.7.RELEASE

This commit is contained in:
Stephane Nicoll 2017-06-10 09:23:54 +02:00
parent 53a1d8f911
commit 1eb64f0cc9
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
set -e
# set -x
VERSION="1.4.6.RELEASE"
VERSION="1.4.7.RELEASE"
if [ -z "${PREFIX}" ]; then
PREFIX="/usr/local/bin"
fi

View File

@ -37,7 +37,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring.boot.version>1.4.6.RELEASE</spring.boot.version>
<spring.boot.version>1.4.7.RELEASE</spring.boot.version>
<java.version>1.8</java.version>
</properties>