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

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

commit 99a590ec0c73e1cd0eec154033f29b025f59c6d3
Author: mr1716 <msr1...@rit.edu>
AuthorDate: Thu Aug 10 10:10:10 2023 -0400

    NIFI-11935 Update Redis spring.data.redis.version to 2.7.14
    
    This closes #7598
    
    Signed-off-by: Mike Thomsen <mthom...@apache.org>
---
 nifi-nar-bundles/nifi-redis-bundle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-redis-bundle/pom.xml 
b/nifi-nar-bundles/nifi-redis-bundle/pom.xml
index 405f9c8631..6e0c19728c 100644
--- a/nifi-nar-bundles/nifi-redis-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-redis-bundle/pom.xml
@@ -26,7 +26,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <spring.data.redis.version>2.7.10</spring.data.redis.version>
+        <spring.data.redis.version>2.7.14</spring.data.redis.version>
         <jedis.version>3.10.0</jedis.version>
     </properties>
 

Reply via email to