This is an automated email from the ASF dual-hosted git repository.
apupier 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 1b6e0137a00a chore(deps): Bump spring-security-version from 7.0.3 to
7.0.4
1b6e0137a00a is described below
commit 1b6e0137a00ab44e8f19207819231f2dcb2c05c0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 17 13:30:55 2026 +0000
chore(deps): Bump spring-security-version from 7.0.3 to 7.0.4
Bumps `spring-security-version` from 7.0.3 to 7.0.4.
Updates `org.springframework.security:spring-security-core` from 7.0.3 to
7.0.4
- [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/7.0.3...7.0.4)
Updates `org.springframework.security:spring-security-config` from 7.0.3 to
7.0.4
- [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/7.0.3...7.0.4)
Updates `org.springframework.security:spring-security-oauth2-client` from
7.0.3 to 7.0.4
- [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/7.0.3...7.0.4)
Updates `org.springframework.security:spring-security-oauth2-jose` from
7.0.3 to 7.0.4
- [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/7.0.3...7.0.4)
Updates
`org.springframework.security:spring-security-oauth2-resource-server` from
7.0.3 to 7.0.4
- [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/7.0.3...7.0.4)
---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-core
dependency-version: 7.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-config
dependency-version: 7.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name:
org.springframework.security:spring-security-oauth2-client
dependency-version: 7.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-oauth2-jose
dependency-version: 7.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name:
org.springframework.security:spring-security-oauth2-resource-server
dependency-version: 7.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index e33a728724f9..936dc0697778 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -516,7 +516,7 @@
<spring-vault-core-version>4.0.1</spring-vault-core-version>
<spring-version>7.0.6</spring-version>
<spring-rabbitmq-version>4.0.2</spring-rabbitmq-version>
- <spring-security-version>7.0.3</spring-security-version>
+ <spring-security-version>7.0.4</spring-security-version>
<spring-ws-version>5.0.0</spring-ws-version>
<sql-maven-plugin-version>3.0.0</sql-maven-plugin-version>
<squareup-okhttp-version>3.14.9</squareup-okhttp-version>