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

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

commit 69ef6c69713c825ec9b6fec3dd666d42a798955d
Author: mr1716 <[email protected]>
AuthorDate: Mon Jun 19 08:07:30 2023 -0500

    NIFI-11723 Upgraded Jedis from 3.9.0 to 3.10.0
    
    This closes #7405
    
    Signed-off-by: David Handermann <[email protected]>
---
 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 4eb2c57bd9..405f9c8631 100644
--- a/nifi-nar-bundles/nifi-redis-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-redis-bundle/pom.xml
@@ -26,8 +26,8 @@
     <packaging>pom</packaging>
 
     <properties>
-        <spring.data.redis.version>2.7.13</spring.data.redis.version>
-        <jedis.version>3.9.0</jedis.version>
+        <spring.data.redis.version>2.7.10</spring.data.redis.version>
+        <jedis.version>3.10.0</jedis.version>
     </properties>
 
     <modules>

Reply via email to