You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/01/15 12:46:36 UTC

[camel] branch master updated: Upgrade spring data redis

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

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


The following commit(s) were added to refs/heads/master by this push:
     new cdca6e8  Upgrade spring data redis
cdca6e8 is described below

commit cdca6e8462f9c924bb22133adef14f6140870998
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jan 15 13:46:03 2021 +0100

    Upgrade spring data redis
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 5b2071a..5a4aa23 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -520,7 +520,7 @@
     <spark-version>2.4.6</spark-version>
     <splunk-version>1.6.5.0_1</splunk-version>
     <spring-batch-version>4.3.1</spring-batch-version>
-    <spring-data-redis-version>2.3.0.RELEASE</spring-data-redis-version>
+    <spring-data-redis-version>2.4.3</spring-data-redis-version>
     <spring-integration-version>5.4.3</spring-integration-version>
     <spring-ldap-version>2.3.3.RELEASE</spring-ldap-version>
     <spring-security-version>5.4.2</spring-security-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 397fbb9..944402c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -507,7 +507,7 @@
         <spark-version>2.4.6</spark-version>
         <splunk-version>1.6.5.0_1</splunk-version>
         <spring-batch-version>4.3.1</spring-batch-version>
-        <spring-data-redis-version>2.3.0.RELEASE</spring-data-redis-version>
+        <spring-data-redis-version>2.4.3</spring-data-redis-version>
         <spring-integration-version>5.4.3</spring-integration-version>
         <spring-ldap-version>2.3.3.RELEASE</spring-ldap-version>
         <spring-version-range>[5,6)</spring-version-range>