Skip to content

Commit 34c74c2

Browse files
committed
Upgrade springboot v3.1.5 fix CVE-2023-44487
1 parent 29b25f8 commit 34c74c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Base on SpringBoot
1414
使用的主要技术与版本号
1515
<ol>
1616
<li>JDK (openjdk 17)</li>
17-
<li>Spring Boot(3.1.2)</li>
17+
<li>Spring Boot(3.1.5)</li>
1818
<li>Spring Core(6.0.11)</li>
1919
<li>spring-security-oauth2-authorization-server (1.1.1)</li>
2020
<li>thymeleaf (3.1.1.RELEASE)</li>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>3.1.2</version>
17+
<version>3.1.5</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

0 commit comments

Comments
 (0)