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 1dd2bbb866 NIFI-10372 Upgrade Spring-Data-Redis to 2.7.2
1dd2bbb866 is described below

commit 1dd2bbb8664ef3430fe63e32ed445a21b4734b81
Author: mr1716 <[email protected]>
AuthorDate: Thu Aug 18 13:26:19 2022 -0400

    NIFI-10372 Upgrade Spring-Data-Redis to 2.7.2
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #6315.
---
 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 a50c009f4c..d924f56c94 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.6.2</spring.data.redis.version>
+        <spring.data.redis.version>2.7.2</spring.data.redis.version>
         <jedis.version>3.8.0</jedis.version>
     </properties>
 

Reply via email to