This is an automated email from the ASF dual-hosted git repository. acosentino 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 aba205e53c0 chore(deps): Bump org.springframework.data:spring-data-redis (#18371) aba205e53c0 is described below commit aba205e53c0ebcdd68220744f6c4e01ed039b7b2 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Jun 16 09:41:19 2025 +0200 chore(deps): Bump org.springframework.data:spring-data-redis (#18371) Bumps [org.springframework.data:spring-data-redis](https://github.com/spring-projects/spring-data-redis) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/spring-projects/spring-data-redis/releases) - [Commits](https://github.com/spring-projects/spring-data-redis/compare/3.5.0...3.5.1) --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-redis dependency-version: 3.5.1 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 0b0b47bba96..8b0d76b09c0 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -472,7 +472,7 @@ <spock-version>2.3-groovy-4.0</spock-version> <spring-cloud-config-version>4.3.0</spring-cloud-config-version> <spring-batch-version>5.2.2</spring-batch-version> - <spring-data-redis-version>3.5.0</spring-data-redis-version> + <spring-data-redis-version>3.5.1</spring-data-redis-version> <spring-ldap-version>3.3.1</spring-ldap-version> <spring-vault-core-version>3.2.0</spring-vault-core-version> <spring-version>6.2.8</spring-version>