Skip to content

Commit

Permalink
Merge pull request #535 from jhipster/skip_ci-spring_boot_2.5.7
Browse files Browse the repository at this point in the history
Update spring-boot version to 2.5.7
  • Loading branch information
DanielFran authored Nov 19, 2021
2 parents 4629ac1 + ff3b029 commit 3bf8310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.5.6</version>
<version>2.5.7</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>7.3.2-SNAPSHOT</jhipster-framework.version>
<!-- The spring-boot version should be the same as the parent version above -->
<spring-boot.version>2.5.6</spring-boot.version>
<spring-boot.version>2.5.7</spring-boot.version>

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

0 comments on commit 3bf8310

Please sign in to comment.