Skip to content

Commit ac9ba52

Browse files
committed
GH-457 - Upgrade to Spring Boot 3.3 snapshots.
1 parent c4e6e86 commit ac9ba52

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@
4040
<lombok.version>1.18.30</lombok.version>
4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4242
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
43-
<spring.version>6.1.0</spring.version> <!-- For Javadoc links only -->
44-
<spring-framework.version>6.1.2</spring-framework.version>
45-
<spring-boot.version>3.2.1</spring-boot.version>
43+
<spring-boot.version>3.3.0-SNAPSHOT</spring-boot.version>
44+
<spring-framework.version>6.1.2</spring-framework.version> <!-- For Javadoc links only -->
4645
<spring-cloud-aws-bom.version>3.1.0</spring-cloud-aws-bom.version>
4746

4847
</properties>
@@ -65,7 +64,7 @@
6564
<name>Apache License, Version 2.0</name>
6665
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
6766
<comments>
68-
Copyright 2022-2023 the original author or authors.
67+
Copyright 2022-2024 the original author or authors.
6968

7069
Licensed under the Apache License, Version 2.0 (the "License");
7170
you may not use this file except in compliance with the License.
@@ -452,7 +451,7 @@ limitations under the License.
452451
<quiet>true</quiet>
453452
<links>
454453
<link>https://docs.spring.io/spring-boot/docs/${spring-boot.version}/api/</link>
455-
<link>https://docs.spring.io/spring/docs/${spring.version}/javadoc-api/</link>
454+
<link>https://docs.spring.io/spring/docs/${spring-framework.version}/javadoc-api/</link>
456455
<link>https://docs.oracle.com/en/java/javase/17/docs/api/</link>
457456
</links>
458457
</configuration>

spring-modulith-examples/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
<properties>
2727
<java.version>17</java.version>
2828
<jmolecules.version>2023.1.1</jmolecules.version>
29-
<spring-framework.version>6.1.2</spring-framework.version>
30-
<spring-boot.version>3.2.1</spring-boot.version>
29+
<spring-boot.version>3.3.0-SNAPSHOT</spring-boot.version>
3130
</properties>
3231

3332
<build>

0 commit comments

Comments
 (0)