This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new 9990e632d3 Bump cxf.spring.security.version from 6.4.2 to 6.4.3 (#2276)
9990e632d3 is described below
commit 9990e632d30c97541c508aba6be86899b9bef43e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 20 12:15:50 2025 -0500
Bump cxf.spring.security.version from 6.4.2 to 6.4.3 (#2276)
Bumps `cxf.spring.security.version` from 6.4.2 to 6.4.3.
Updates `org.springframework.security:spring-security-web` from 6.4.2 to
6.4.3
- [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.4.2...6.4.3)
Updates `org.springframework.security:spring-security-config` from 6.4.2 to
6.4.3
- [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.4.2...6.4.3)
Updates `org.springframework.security:spring-security-core` from 6.4.2 to
6.4.3
- [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.4.2...6.4.3)
Updates `org.springframework.security:spring-security-acl` from 6.4.2 to
6.4.3
- [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.4.2...6.4.3)
---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-web
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-config
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-acl
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>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 555affb58a..f5bd8d18f7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -213,7 +213,7 @@
<cxf.spring.boot.version>3.4.2</cxf.spring.boot.version>
<cxf.spring.ldap.version>3.2.11</cxf.spring.ldap.version>
<cxf.spring.mock>spring-test</cxf.spring.mock>
- <cxf.spring.security.version>6.4.2</cxf.spring.security.version>
+ <cxf.spring.security.version>6.4.3</cxf.spring.security.version>
<cxf.spring.version>6.2.3</cxf.spring.version>
<cxf.stax-ex.version>1.8.3</cxf.stax-ex.version>
<cxf.swagger.ui.version>5.18.3</cxf.swagger.ui.version>