Skip to content

Commit c7bb58d

Browse files
committed
GH-560 - Upgrade to Spring Boot 3.3 RC1.
1 parent 36ec890 commit c7bb58d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<lombok.version>1.18.32</lombok.version>
4242
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4343
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
44-
<spring-boot.version>3.3.0-M3</spring-boot.version>
44+
<spring-boot.version>3.3.0-RC1</spring-boot.version>
4545
<spring-framework.version>6.1.5</spring-framework.version> <!-- For Javadoc links only -->
4646
<spring-cloud-aws-bom.version>3.1.1</spring-cloud-aws-bom.version>
4747

spring-modulith-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<properties>
2727
<java.version>17</java.version>
2828
<jmolecules.version>2023.1.2</jmolecules.version>
29-
<spring-boot.version>3.3.0-M3</spring-boot.version>
29+
<spring-boot.version>3.3.0-RC1</spring-boot.version>
3030
</properties>
3131

3232
<build>

0 commit comments

Comments
 (0)