We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b25f8 commit 34c74c2Copy full SHA for 34c74c2
README.md
@@ -14,7 +14,7 @@ Base on SpringBoot
14
使用的主要技术与版本号
15
<ol>
16
<li>JDK (openjdk 17)</li>
17
- <li>Spring Boot(3.1.2)</li>
+ <li>Spring Boot(3.1.5)</li>
18
<li>Spring Core(6.0.11)</li>
19
<li>spring-security-oauth2-authorization-server (1.1.1)</li>
20
<li>thymeleaf (3.1.1.RELEASE)</li>
pom.xml
@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>3.1.2</version>
+ <version>3.1.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
0 commit comments