Skip to content

Commit

Permalink
GH-329 - Upgrade examples to Spring Boot 3.2 RC1, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan Sankhe authored and odrotbohm committed Oct 21, 2023
1 parent 668f23d commit d79ade0
Showing 1 changed file with 2 additions and 2 deletions.
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.2.0-M3</version>
<version>3.2.0-RC1</version>
<relativePath />
</parent>

Expand All @@ -25,7 +25,7 @@

<properties>
<java.version>17</java.version>
<spring-boot.version>3.2.0-M3</spring-boot.version>
<spring-boot.version>3.2.0-RC1</spring-boot.version>
</properties>

<build>
Expand Down

0 comments on commit d79ade0

Please sign in to comment.