Skip to content

Commit

Permalink
Upgrade to Spring Boot 3.2 and Spring Cloud 2023 (#1460)
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible authored Dec 7, 2023
1 parent 9acebda commit 99989de
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./mvnw install -Dgpg.skip=true
6 changes: 3 additions & 3 deletions jhipster-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.jhipster</groupId>
<artifactId>jhipster-parent</artifactId>
<version>8.0.1-SNAPSHOT</version>
<version>8.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -55,8 +55,8 @@
<neo4j-migrations.version>2.8.0</neo4j-migrations.version>
<redisson.version>3.25.0</redisson.version>
<spotbugs-annotations.version>4.8.2</spotbugs-annotations.version>
<spring-cloud.version>2022.0.4</spring-cloud.version>
<springdocs.version>2.2.0</springdocs.version>
<spring-cloud.version>2023.0.0</spring-cloud.version>
<springdocs.version>2.3.0</springdocs.version>
<testcontainers.version>1.19.3</testcontainers.version>
<testng.version>7.8.0</testng.version>
<xmemcached.version>2.4.8</xmemcached.version>
Expand Down
2 changes: 1 addition & 1 deletion jhipster-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tech.jhipster</groupId>
<artifactId>jhipster-dependencies</artifactId>
<version>8.0.1-SNAPSHOT</version>
<version>8.1.0-SNAPSHOT</version>
<relativePath>../jhipster-dependencies/pom.xml</relativePath>
</parent>

Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.1.5</version>
<version>3.2.0</version>
<relativePath />
</parent>

<groupId>tech.jhipster</groupId>
<artifactId>jhipster-parent</artifactId>
<version>8.0.1-SNAPSHOT</version>
<version>8.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JHipster server-side parent POM</name>
<url>https://github.com/jhipster/jhipster-bom/</url>
Expand Down Expand Up @@ -40,9 +40,9 @@

<properties>
<!-- The jhipster-framework version should be the same as the artifact version above -->
<jhipster-framework.version>8.0.1-SNAPSHOT</jhipster-framework.version>
<jhipster-framework.version>8.1.0-SNAPSHOT</jhipster-framework.version>
<!-- The spring-boot version should be the same as the parent version above -->
<spring-boot.version>3.1.5</spring-boot.version>
<spring-boot.version>3.2.0</spring-boot.version>

<!-- Build properties -->
<java.version>17</java.version>
Expand Down Expand Up @@ -432,5 +432,4 @@
</plugins>
</pluginManagement>
</build>

</project>

0 comments on commit 99989de

Please sign in to comment.