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 82f5646c29f chore(deps): Bump org.springframework.data:spring-data-redis (#19195) 82f5646c29f is described below commit 82f5646c29f1b53cc77a8422144165f34c5182e7 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Sep 15 14:27:16 2025 +0200 chore(deps): Bump org.springframework.data:spring-data-redis (#19195) Bumps [org.springframework.data:spring-data-redis](https://github.com/spring-projects/spring-data-redis) from 3.5.3 to 3.5.4. - [Release notes](https://github.com/spring-projects/spring-data-redis/releases) - [Commits](https://github.com/spring-projects/spring-data-redis/compare/3.5.3...3.5.4) --- updated-dependencies: - dependency-name: org.springframework.data:spring-data-redis dependency-version: 3.5.4 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 ea92d91bbdd..b6b59e5cc84 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -480,7 +480,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.3</spring-data-redis-version> + <spring-data-redis-version>3.5.4</spring-data-redis-version> <spring-ldap-version>3.3.3</spring-ldap-version> <spring-vault-core-version>3.2.0</spring-vault-core-version> <spring-version>6.2.11</spring-version>