This is an automated email from the ASF dual-hosted git repository.

earthchen 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 ec3d0e27c2 build(deps): bump 
org.springframework.security:spring-security-oauth2-authorization-server 
(#16101)
ec3d0e27c2 is described below

commit ec3d0e27c2e28440a18a95522569b8a007442200
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 2 12:00:51 2026 +0800

    build(deps): bump 
org.springframework.security:spring-security-oauth2-authorization-server 
(#16101)
    
    Bumps 
[org.springframework.security:spring-security-oauth2-authorization-server](https://github.com/spring-projects/spring-authorization-server)
 from 1.5.5 to 1.5.6.
    - [Release 
notes](https://github.com/spring-projects/spring-authorization-server/releases)
    - 
[Commits](https://github.com/spring-projects/spring-authorization-server/compare/1.5.5...1.5.6)
    
    ---
    updated-dependencies:
    - dependency-name: 
org.springframework.security:spring-security-oauth2-authorization-server
      dependency-version: 1.5.6
      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 b3f88ee5a5..3a3df8af1a 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.5</spring.oauth2.server>
+    <spring.oauth2.server>1.5.6</spring.oauth2.server>
   </properties>
 
   <dependencies>

Reply via email to