Skip to content

Commit 7f46733

Browse files
committed
SPRNGCORE-6: Upgrade to spring-boot 3.4.2 and springdoc 2.8.4.
1 parent 7f8b0e1 commit 7f46733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.3.7</version>
9+
<version>3.4.2</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212

@@ -37,7 +37,7 @@
3737
<properties>
3838
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3939
<spring-module-core.version>2.1.0-SNAPSHOT</spring-module-core.version>
40-
<springdoc.version>2.3.0</springdoc.version>
40+
<springdoc.version>2.8.4</springdoc.version>
4141
</properties>
4242

4343
<dependencyManagement>

0 commit comments

Comments
 (0)