Skip to content

Commit

Permalink
Upgrade to Spring Boot 1.4.7.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Jun 10, 2017
1 parent 53a1d8f commit 1eb64f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion initializr-web/src/main/resources/static/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 1eb64f0

Please sign in to comment.