Skip to content

Commit b187a7a

Browse files
committed
GH-109 - Upgrade to Spring Boot 3.0.2.
1 parent 58ad0a3 commit b187a7a

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
@@ -44,7 +44,7 @@
4444
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4545
<spring.version>6.0.4</spring.version> <!-- For Javadoc links only -->
4646
<spring-asciidoctor-backends.version>0.0.4</spring-asciidoctor-backends.version>
47-
<spring-boot.version>3.0.1</spring-boot.version>
47+
<spring-boot.version>3.0.2</spring-boot.version>
4848

4949
</properties>
5050

spring-modulith-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.0.1</version>
8+
<version>3.0.2</version>
99
<relativePath />
1010
</parent>
1111

0 commit comments

Comments
 (0)