You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/09/17 10:57:48 UTC

[camel] 01/02: Upgrade Spring-Data-Redis and related bundle to version 2.1.10.RELEASE

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit feee63412dbcc3c15fa2353a1e73e9175d35008f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 17 12:53:20 2019 +0200

    Upgrade Spring-Data-Redis and related bundle to version 2.1.10.RELEASE
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 10ffb1f..0d88227 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -590,8 +590,8 @@
         <spring-cloud-zookeeper-version>2.0.0.RELEASE</spring-cloud-zookeeper-version>
         <spring-data-commons-bundle-version>2.1.6.RELEASE_1</spring-data-commons-bundle-version>
         <spring-data-keyvalue-bundle-version>2.1.6.RELEASE_1</spring-data-keyvalue-bundle-version>
-        <spring-data-redis-version>2.1.6.RELEASE</spring-data-redis-version>
-        <spring-data-redis-bundle-version>2.1.6.RELEASE_1</spring-data-redis-bundle-version>
+        <spring-data-redis-version>2.1.10.RELEASE</spring-data-redis-version>
+        <spring-data-redis-bundle-version>2.1.10.RELEASE_1</spring-data-redis-bundle-version>
         <spring-integration-version>5.1.3.RELEASE</spring-integration-version>
         <spring-ldap-version>2.3.2.RELEASE</spring-ldap-version>
         <spring-ldap-bundle-version>2.3.2.RELEASE_1</spring-ldap-bundle-version>