This is an automated email from the ASF dual-hosted git repository.
zrlw pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new 78079fde61 Bump
org.springframework.security:spring-security-oauth2-authorization-server
(#15949)
78079fde61 is described below
commit 78079fde61dc6fb6da14f6a194ff33f05ee12c77
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 1 00:56:45 2026 +0800
Bump
org.springframework.security:spring-security-oauth2-authorization-server
(#15949)
Bumps
[org.springframework.security:spring-security-oauth2-authorization-server](https://github.com/spring-projects/spring-authorization-server)
from 1.5.1 to 1.5.5.
- [Release
notes](https://github.com/spring-projects/spring-authorization-server/releases)
-
[Commits](https://github.com/spring-projects/spring-authorization-server/compare/1.5.1...1.5.5)
---
updated-dependencies:
- dependency-name:
org.springframework.security:spring-security-oauth2-authorization-server
dependency-version: 1.5.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
dubbo-plugin/dubbo-spring6-security/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-plugin/dubbo-spring6-security/pom.xml
b/dubbo-plugin/dubbo-spring6-security/pom.xml
index 73078abf79..b3f88ee5a5 100644
--- a/dubbo-plugin/dubbo-spring6-security/pom.xml
+++ b/dubbo-plugin/dubbo-spring6-security/pom.xml
@@ -29,7 +29,7 @@
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
- <spring.oauth2.server>1.5.1</spring.oauth2.server>
+ <spring.oauth2.server>1.5.5</spring.oauth2.server>
</properties>
<dependencies>