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 be5bb7a7ff21 chore(deps): Bump spring-security-version from 7.0.5 to
7.1.0 (#23895)
be5bb7a7ff21 is described below
commit be5bb7a7ff216dc8a5798b9d10936423d311f98a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 10 10:25:29 2026 +0200
chore(deps): Bump spring-security-version from 7.0.5 to 7.1.0 (#23895)
Bumps `spring-security-version` from 7.0.5 to 7.1.0.
Updates `org.springframework.security:spring-security-core` from 7.0.5 to
7.1.0
- [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.5...7.1.0)
Updates `org.springframework.security:spring-security-config` from 7.0.5 to
7.1.0
- [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.5...7.1.0)
Updates `org.springframework.security:spring-security-oauth2-client` from
7.0.5 to 7.1.0
- [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.5...7.1.0)
Updates `org.springframework.security:spring-security-oauth2-jose` from
7.0.5 to 7.1.0
- [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.5...7.1.0)
Updates
`org.springframework.security:spring-security-oauth2-resource-server` from
7.0.5 to 7.1.0
- [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.5...7.1.0)
---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-core
dependency-version: 7.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.springframework.security:spring-security-config
dependency-version: 7.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name:
org.springframework.security:spring-security-oauth2-client
dependency-version: 7.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.springframework.security:spring-security-oauth2-jose
dependency-version: 7.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name:
org.springframework.security:spring-security-oauth2-resource-server
dependency-version: 7.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 e18f3464fb6e..5c7f5e78cb34 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -491,7 +491,7 @@
<spring-vault-core-version>4.0.2</spring-vault-core-version>
<spring-version>7.0.8</spring-version>
<spring-rabbitmq-version>4.0.3</spring-rabbitmq-version>
- <spring-security-version>7.0.5</spring-security-version>
+ <spring-security-version>7.1.0</spring-security-version>
<spring-ws-version>5.0.1</spring-ws-version>
<sql-maven-plugin-version>3.0.0</sql-maven-plugin-version>
<squareup-okhttp5-version>5.4.0</squareup-okhttp5-version>