You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2022/01/05 17:58:35 UTC

[nifi] branch main updated: NIFI-9537 Upgraded Spring Data Redis to 2.6.0

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

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new d783e10  NIFI-9537 Upgraded Spring Data Redis to 2.6.0
d783e10 is described below

commit d783e10e6819594b1cee4bbc5d3bffa570afc3ed
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Wed Jan 5 10:03:18 2022 -0600

    NIFI-9537 Upgraded Spring Data Redis to 2.6.0
    
    - Upgraded Jedis from 3.6.3 to 3.8.0
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #5633.
---
 nifi-nar-bundles/nifi-redis-bundle/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-nar-bundles/nifi-redis-bundle/pom.xml b/nifi-nar-bundles/nifi-redis-bundle/pom.xml
index 7e7173c..42ed864 100644
--- a/nifi-nar-bundles/nifi-redis-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-redis-bundle/pom.xml
@@ -27,8 +27,8 @@
     <packaging>pom</packaging>
 
     <properties>
-        <spring.data.redis.version>2.5.5</spring.data.redis.version>
-        <jedis.version>3.6.3</jedis.version>
+        <spring.data.redis.version>2.6.0</spring.data.redis.version>
+        <jedis.version>3.8.0</jedis.version>
     </properties>
 
     <modules>