Skip to content

Commit 0d24c8b

Browse files
committed
🐛 修复Ci自动构建时遇到的错误问题
1 parent c0028a4 commit 0d24c8b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

api-boot-samples/api-boot-sample-logging/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
<plugin>
7777
<groupId>org.springframework.boot</groupId>
7878
<artifactId>spring-boot-maven-plugin</artifactId>
79+
<version>${spring-boot.version}</version>
7980
<configuration>
8081
<jvmArguments>-Dfile.encoding=UTF-8</jvmArguments>
8182
</configuration>

api-boot-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<!--Samples所使用的ApiBoot版本-->
1919
<api-boot.version>${project.version}</api-boot.version>
2020
<!--Samples所使用的SpringBoot版本-->
21-
<spring-boot.version>2.3.1.RELEASE</spring-boot.version>
21+
<spring-boot.version>2.3.3.RELEASE</spring-boot.version>
2222
</properties>
2323
<artifactId>api-boot-samples</artifactId>
2424
<packaging>pom</packaging>

0 commit comments

Comments
 (0)