Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-cloud-core
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingmin
yd-cloud-core
Commits
e81b73ac
Commit
e81b73ac
authored
Jul 23, 2026
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
security升级
parent
df6c8975
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
10 deletions
+12
-10
pom.xml
+10
-10
yd-auth-core/pom.xml
+2
-0
No files found.
pom.xml
View file @
e81b73ac
...
...
@@ -27,16 +27,16 @@
<dependencyManagement>
<dependencies>
<dependency
>
<groupId>
org.springframework.security
</groupId
>
<artifactId>
spring-security-oauth2-resource-server
</artifactId
>
<version>
5.7.8
</version>
<!-- 与Spring Security版本匹配(2.7.x Boot对应5.7.x Security)
-->
</dependency
>
<dependency
>
<groupId>
org.springframework.security
</groupId
>
<artifactId>
spring-security-oauth2-jose
</artifactId
>
<version>
5.7.8
</version>
<!-- 同上,版本需匹配
-->
</dependency
>
<!-- <dependency>--
>
<!-- <groupId>org.springframework.security</groupId>--
>
<!-- <artifactId>spring-security-oauth2-resource-server</artifactId>--
>
<!-- <version>5.7.8</version> <!– 与Spring Security版本匹配(2.7.x Boot对应5.7.x Security) –>
-->
<!-- </dependency>--
>
<!-- <dependency>--
>
<!-- <groupId>org.springframework.security</groupId>--
>
<!-- <artifactId>spring-security-oauth2-jose</artifactId>--
>
<!--<!– <version>5.7.8</version> <!– 同上,版本需匹配 –>–>
-->
<!-- </dependency>--
>
<!-- JWT 依赖 -->
<dependency>
<groupId>
io.jsonwebtoken
</groupId>
...
...
yd-auth-core/pom.xml
View file @
e81b73ac
...
...
@@ -51,10 +51,12 @@
<dependency>
<groupId>
org.springframework.security
</groupId>
<artifactId>
spring-security-oauth2-resource-server
</artifactId>
<version>
5.6.4
</version>
</dependency>
<dependency>
<groupId>
org.springframework.security
</groupId>
<artifactId>
spring-security-oauth2-jose
</artifactId>
<version>
5.6.4
</version>
</dependency>
<!-- JWT 依赖 -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment