Skip to content

Commit

Permalink
Fixes #32. Upgrade to Spring Boot 1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarman committed Dec 18, 2017
1 parent 137a305 commit d6b5ba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '1.5.6.RELEASE'
id 'org.springframework.boot' version '1.5.9.RELEASE'
id 'eclipse'
id 'jacoco'
id 'checkstyle'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.6.RELEASE</version>
<version>1.5.9.RELEASE</version>
</parent>

<properties>
Expand Down

0 comments on commit d6b5ba0

Please sign in to comment.