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 7f9ca7f0ba Bump spring-security-6.version from 6.5.1 to 6.5.7 (#15817)
7f9ca7f0ba is described below
commit 7f9ca7f0ba65624fed06d6677cb713542ea513c6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 10 10:21:37 2025 +0800
Bump spring-security-6.version from 6.5.1 to 6.5.7 (#15817)
Bumps `spring-security-6.version` from 6.5.1 to 6.5.7.
Updates `org.springframework.security:spring-security-core` from 6.5.1 to
6.5.7
- [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.1...6.5.7)
Updates `org.springframework.security:spring-security-oauth2-client` from
6.5.1 to 6.5.7
- [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.1...6.5.7)
Updates `org.springframework.security:spring-security-config` from 6.5.1 to
6.5.7
- [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.1...6.5.7)
Updates `org.springframework.security:spring-security-web` from 6.5.1 to
6.5.7
- [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.1...6.5.7)
Updates `org.springframework.security:spring-security-crypto` from 6.5.1 to
6.5.7
- [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.1...6.5.7)
Updates `org.springframework.security:spring-security-oauth2-core` from
6.5.1 to 6.5.7
- [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.1...6.5.7)
Updates `org.springframework.security:spring-security-oauth2-jose` from
6.5.1 to 6.5.7
- [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.1...6.5.7)
Updates
`org.springframework.security:spring-security-oauth2-resource-server` from
6.5.1 to 6.5.7
- [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.1...6.5.7)
---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-core
dependency-version: 6.5.7
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name:
org.springframework.security:spring-security-oauth2-client
dependency-version: 6.5.7
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-config
dependency-version: 6.5.7
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-web
dependency-version: 6.5.7
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-crypto
dependency-version: 6.5.7
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-oauth2-core
dependency-version: 6.5.7
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-oauth2-jose
dependency-version: 6.5.7
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name:
org.springframework.security:spring-security-oauth2-resource-server
dependency-version: 6.5.7
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>
Co-authored-by: earthchen <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ae40499d7f..7b07b23ebb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,7 +165,7 @@
<!-- For unify spring boot 3 version -->
<spring-6.version>6.2.11</spring-6.version>
- <spring-security-6.version>6.5.1</spring-security-6.version>
+ <spring-security-6.version>6.5.7</spring-security-6.version>
<spring-boot-3.version>3.5.3</spring-boot-3.version>
<protobuf-protoc_version>3.22.3</protobuf-protoc_version>