Skip to content

Commit

Permalink
bumps Spring Boot 3.3.5 -> 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andi-huber committed Nov 21, 2024
1 parent ada4f7d commit 4a2c252
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ identified
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.4.0</version>
<relativePath />
</parent>
<groupId>org.apache.causeway</groupId>
Expand Down Expand Up @@ -192,7 +192,7 @@ identified

<sql-formatter.version>2.0.5</sql-formatter.version>
<snakeyaml.version>2.0</snakeyaml.version>
<spring-boot.version>3.3.5</spring-boot.version>
<spring-boot.version>3.4.0</spring-boot.version>

<surefire-plugin.argLine>-Xmx384m</surefire-plugin.argLine>
<surefire.useModulePath>false</surefire.useModulePath> <!-- disable
Expand Down
4 changes: 2 additions & 2 deletions starters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.4.0</version>
<relativePath />
</parent>

Expand All @@ -48,7 +48,7 @@

<maven.compiler.release>17</maven.compiler.release>

<spring-boot.version>3.3.5</spring-boot.version>
<spring-boot.version>3.4.0</spring-boot.version>
<approvaltests.version>24.9.0</approvaltests.version>

<!-- IMPORTANT: keep in sync with property defined in resteasy-spring-boot-starter -->
Expand Down

0 comments on commit 4a2c252

Please sign in to comment.