Skip to content

Commit 9c762c8

Browse files
committed
bugfix:maven-surefire-plugin 暂时无法通过 bom 的依赖读取(兼容老版本 IDEA 2024 及以前版本)
1 parent b7275b0 commit 9c762c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version>
4545
<!-- maven-surefire-plugin 暂时无法通过 bom 的依赖读取(兼容老版本 IDEA 2024 及以前版本) -->
4646
<lombok.version>1.18.38</lombok.version>
47-
<spring.boot.version>3.4.5</spring.boot.version>
47+
<spring.boot.version>2.7.18</spring.boot.version>
4848
<mapstruct.version>1.6.3</mapstruct.version>
4949
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5050
</properties>

0 commit comments

Comments
 (0)