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 4164f5722ff Bump spring-security-version from 6.2.1 to 6.2.2 (#13167) 4164f5722ff is described below commit 4164f5722ff8ab68f097d9889b3a8951e1bb9d07 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Feb 19 08:50:22 2024 +0100 Bump spring-security-version from 6.2.1 to 6.2.2 (#13167) Bumps `spring-security-version` from 6.2.1 to 6.2.2. Updates `org.springframework.security:spring-security-core` from 6.2.1 to 6.2.2 - [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.2.1...6.2.2) Updates `org.springframework.security:spring-security-config` from 6.2.1 to 6.2.2 - [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.2.1...6.2.2) Updates `org.springframework.security:spring-security-oauth2-client` from 6.2.1 to 6.2.2 - [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.2.1...6.2.2) Updates `org.springframework.security:spring-security-oauth2-jose` from 6.2.1 to 6.2.2 - [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.2.1...6.2.2) Updates `org.springframework.security:spring-security-oauth2-resource-server` from 6.2.1 to 6.2.2 - [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.2.1...6.2.2) --- updated-dependencies: - 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-config dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.security:spring-security-oauth2-client dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.security:spring-security-oauth2-jose dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.security:spring-security-oauth2-resource-server dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 cc6829a2f31..66dca657ee6 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -435,7 +435,7 @@ <spring-vault-core-version>3.1.1</spring-vault-core-version> <spring-version>6.1.3</spring-version> <spring-rabbitmq-version>3.1.1</spring-rabbitmq-version> - <spring-security-version>6.2.1</spring-security-version> + <spring-security-version>6.2.2</spring-security-version> <spring-ws-version>4.0.10</spring-ws-version> <sql-maven-plugin-version>1.5</sql-maven-plugin-version> <squareup-okhttp-version>3.14.9</squareup-okhttp-version>