Skip to content

Commit

Permalink
Update spring-boot version to 3.1.2 (#1378)
Browse files Browse the repository at this point in the history
* Update spring-boot version to 3.1.2

* Update springdocs version to 2.2.0
  • Loading branch information
DanielFran authored Aug 19, 2023
1 parent 435cf07 commit 002e00c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jhipster-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<neo4j-migrations.version>2.5.2</neo4j-migrations.version>
<redisson.version>3.23.3</redisson.version>
<spring-cloud.version>2022.0.4</spring-cloud.version>
<springdocs.version>2.1.0</springdocs.version>
<springdocs.version>2.2.0</springdocs.version>
<testcontainers.version>1.18.3</testcontainers.version>
<testng.version>7.8.0</testng.version>
<xmemcached.version>2.4.7</xmemcached.version>
Expand Down
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>3.1.1</version>
<version>3.1.2</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>8.0.0-SNAPSHOT</jhipster-framework.version>
<!-- The spring-boot version should be the same as the parent version above -->
<spring-boot.version>3.1.1</spring-boot.version>
<spring-boot.version>3.1.2</spring-boot.version>

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

0 comments on commit 002e00c

Please sign in to comment.