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 74515c21c0 build(deps): bump spring-security-6.version from 6.5.7 to 
6.5.8 (#16089)
74515c21c0 is described below

commit 74515c21c02b3e678c83b5c39722d964c30578d4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 3 16:01:05 2026 +0800

    build(deps): bump spring-security-6.version from 6.5.7 to 6.5.8 (#16089)
    
    Bumps `spring-security-6.version` from 6.5.7 to 6.5.8.
    
    Updates `org.springframework.security:spring-security-core` from 6.5.7 to 
6.5.8
    - [Release 
notes](https://github.com/spring-projects/spring-security/releases)
    - 
[Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
    - 
[Commits](https://github.com/spring-projects/spring-security/compare/6.5.7...6.5.8)
    
    Updates `org.springframework.security:spring-security-oauth2-client` from 
6.5.7 to 6.5.8
    - [Release 
notes](https://github.com/spring-projects/spring-security/releases)
    - 
[Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
    - 
[Commits](https://github.com/spring-projects/spring-security/compare/6.5.7...6.5.8)
    
    Updates `org.springframework.security:spring-security-config` from 6.5.7 to 
6.5.8
    - [Release 
notes](https://github.com/spring-projects/spring-security/releases)
    - 
[Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
    - 
[Commits](https://github.com/spring-projects/spring-security/compare/6.5.7...6.5.8)
    
    Updates `org.springframework.security:spring-security-web` from 6.5.7 to 
6.5.8
    - [Release 
notes](https://github.com/spring-projects/spring-security/releases)
    - 
[Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
    - 
[Commits](https://github.com/spring-projects/spring-security/compare/6.5.7...6.5.8)
    
    Updates `org.springframework.security:spring-security-crypto` from 6.5.7 to 
6.5.8
    - [Release 
notes](https://github.com/spring-projects/spring-security/releases)
    - 
[Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
    - 
[Commits](https://github.com/spring-projects/spring-security/compare/6.5.7...6.5.8)
    
    Updates `org.springframework.security:spring-security-oauth2-core` from 
6.5.7 to 6.5.8
    - [Release 
notes](https://github.com/spring-projects/spring-security/releases)
    - 
[Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
    - 
[Commits](https://github.com/spring-projects/spring-security/compare/6.5.7...6.5.8)
    
    Updates `org.springframework.security:spring-security-oauth2-jose` from 
6.5.7 to 6.5.8
    - [Release 
notes](https://github.com/spring-projects/spring-security/releases)
    - 
[Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
    - 
[Commits](https://github.com/spring-projects/spring-security/compare/6.5.7...6.5.8)
    
    Updates 
`org.springframework.security:spring-security-oauth2-resource-server` from 
6.5.7 to 6.5.8
    - [Release 
notes](https://github.com/spring-projects/spring-security/releases)
    - 
[Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
    - 
[Commits](https://github.com/spring-projects/spring-security/compare/6.5.7...6.5.8)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.security:spring-security-core
      dependency-version: 6.5.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: 
org.springframework.security:spring-security-oauth2-client
      dependency-version: 6.5.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.security:spring-security-config
      dependency-version: 6.5.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.security:spring-security-web
      dependency-version: 6.5.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.security:spring-security-crypto
      dependency-version: 6.5.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.security:spring-security-oauth2-core
      dependency-version: 6.5.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.security:spring-security-oauth2-jose
      dependency-version: 6.5.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: 
org.springframework.security:spring-security-oauth2-resource-server
      dependency-version: 6.5.8
      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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b43ca47081..00df0d6190 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,7 +165,7 @@
 
     <!-- For unify spring boot 3 version -->
     <spring-6.version>6.2.16</spring-6.version>
-    <spring-security-6.version>6.5.7</spring-security-6.version>
+    <spring-security-6.version>6.5.8</spring-security-6.version>
     <spring-boot-3.version>3.5.11</spring-boot-3.version>
 
     <!-- protobuf-java_version should be same as protobuf-java_version at 
dubbo-dependencies-bom -->

Reply via email to