Skip to content

Commit

Permalink
Upgrade to Spring Boot 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubois authored and Yoann CAPLAIN committed Jul 31, 2018
1 parent 2e82b1d commit 3dee7e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.0.2.RELEASE</version>
<version>2.0.3.RELEASE</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -42,7 +42,7 @@
<!-- The jhipster-framework version should be the same as the artifact version above -->
<jhipster-framework.version>2.0.11</jhipster-framework.version>
<!-- The spring-boot version should be the same as the parent version above -->
<spring-boot.version>2.0.2.RELEASE</spring-boot.version>
<spring-boot.version>2.0.3.RELEASE</spring-boot.version>

<!-- Build properties -->
<java.version>1.8</java.version>
Expand Down

0 comments on commit 3dee7e9

Please sign in to comment.