Skip to content

Commit d79ade0

Browse files
Rohan Sankheodrotbohm
authored andcommitted
GH-329 - Upgrade examples to Spring Boot 3.2 RC1, too.
1 parent 668f23d commit d79ade0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-modulith-examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>3.2.0-M3</version>
7+
<version>3.2.0-RC1</version>
88
<relativePath />
99
</parent>
1010

@@ -25,7 +25,7 @@
2525

2626
<properties>
2727
<java.version>17</java.version>
28-
<spring-boot.version>3.2.0-M3</spring-boot.version>
28+
<spring-boot.version>3.2.0-RC1</spring-boot.version>
2929
</properties>
3030

3131
<build>

0 commit comments

Comments
 (0)