This is an automated email from the ASF dual-hosted git repository.
crazyhzm 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 700fb7c1df Bump org.springframework.security:spring-security-bom
(#14827)
700fb7c1df is described below
commit 700fb7c1df6038ead78dd824d0ff42a52e8fe671
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 28 21:22:53 2024 +0800
Bump org.springframework.security:spring-security-bom (#14827)
Bumps
[org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security)
from 5.8.14 to 5.8.15.
- [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/5.8.14...5.8.15)
---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-bom
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-dependencies-bom/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
index 25aa241788..020a62f887 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -90,7 +90,7 @@
<!-- Common libs -->
<!-- <spring_version>4.3.30.RELEASE</spring_version> -->
<spring_version>5.3.39</spring_version>
- <spring_security_version>5.8.14</spring_security_version>
+ <spring_security_version>5.8.15</spring_security_version>
<javassist_version>3.30.2-GA</javassist_version>
<byte-buddy_version>1.15.5</byte-buddy_version>
<netty_version>3.2.10.Final</netty_version>