Skip to content

Commit

Permalink
GH-269 - Upgrade to Spring Boot 3.2 M2.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Aug 24, 2023
1 parent c048f91 commit 52f61bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring.version>6.0.11</spring.version> <!-- For Javadoc links only -->
<spring-asciidoctor-backends.version>0.0.7</spring-asciidoctor-backends.version>
<spring-boot.version>3.2.0-SNAPSHOT</spring-boot.version>
<spring-boot.version>3.2.0-M2</spring-boot.version>

</properties>

Expand Down
4 changes: 2 additions & 2 deletions spring-modulith-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.2</version>
<version>3.2.0-M2</version>
<relativePath />
</parent>

Expand All @@ -23,7 +23,7 @@

<properties>
<java.version>17</java.version>
<spring-boot.version>3.1.2</spring-boot.version>
<spring-boot.version>3.2.0-M2</spring-boot.version>
</properties>

<build>
Expand Down

0 comments on commit 52f61bb

Please sign in to comment.