Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
[66] Upgrade to Spring Boot 1.5.3.RELEASE
Browse files Browse the repository at this point in the history
See #66
  • Loading branch information
fabiocarvalho777 committed May 12, 2017
1 parent cd35b63 commit 7948656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resteasy-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<properties>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<springboot.version>1.5.1.RELEASE</springboot.version>
<springboot.version>1.5.3.RELEASE</springboot.version>
<resteasy.version>3.1.0.Final</resteasy.version>
<coverage.line>80</coverage.line>
<coverage.branch>80</coverage.branch>
Expand Down
2 changes: 1 addition & 1 deletion sample-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.1.RELEASE</version>
<version>1.5.3.RELEASE</version>
<relativePath/>
</parent>

Expand Down

0 comments on commit 7948656

Please sign in to comment.