This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new d4774d52633 chore(deps): Bump spring-security-version from 6.5.2 to
6.5.3 (#18941)
d4774d52633 is described below
commit d4774d526330e8fc3b7ff3cd57e32be6bc92a9f4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 19 19:53:31 2025 +0200
chore(deps): Bump spring-security-version from 6.5.2 to 6.5.3 (#18941)
Bumps `spring-security-version` from 6.5.2 to 6.5.3.
Updates `org.springframework.security:spring-security-core` from 6.5.2 to
6.5.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.5.2...6.5.3)
Updates `org.springframework.security:spring-security-config` from 6.5.2 to
6.5.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.5.2...6.5.3)
Updates `org.springframework.security:spring-security-oauth2-client` from
6.5.2 to 6.5.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.5.2...6.5.3)
Updates `org.springframework.security:spring-security-oauth2-jose` from
6.5.2 to 6.5.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.5.2...6.5.3)
Updates
`org.springframework.security:spring-security-oauth2-resource-server` from
6.5.2 to 6.5.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.5.2...6.5.3)
---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-core
dependency-version: 6.5.3
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-config
dependency-version: 6.5.3
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name:
org.springframework.security:spring-security-oauth2-client
dependency-version: 6.5.3
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-oauth2-jose
dependency-version: 6.5.3
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name:
org.springframework.security:spring-security-oauth2-resource-server
dependency-version: 6.5.3
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 b600a40e86d..6562feeae27 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -485,7 +485,7 @@
<spring-vault-core-version>3.2.0</spring-vault-core-version>
<spring-version>6.2.10</spring-version>
<spring-rabbitmq-version>3.2.6</spring-rabbitmq-version>
- <spring-security-version>6.5.2</spring-security-version>
+ <spring-security-version>6.5.3</spring-security-version>
<spring-ws-version>4.1.1</spring-ws-version>
<sql-maven-plugin-version>3.0.0</sql-maven-plugin-version>
<squareup-okhttp-version>3.14.9</squareup-okhttp-version>