You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2020/03/18 14:47:50 UTC

[nifi] 02/02: NIFI-7267 - Upgrade spring-data-redis in Redis bundle (#4150)

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

joewitt pushed a commit to branch support/nifi-1.11.x
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit e9cb6c1e3609bb928df0eab452d4ba14d4720d65
Author: Pierre Villard <pi...@gmail.com>
AuthorDate: Tue Mar 17 23:51:28 2020 +0100

    NIFI-7267 - Upgrade spring-data-redis in Redis bundle (#4150)
    
    Signed-off-by: Andy LoPresto <al...@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 7344b6b..9fc76e0 100644
--- a/nifi-nar-bundles/nifi-redis-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-redis-bundle/pom.xml
@@ -27,7 +27,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <spring.data.redis.version>2.1.0.RELEASE</spring.data.redis.version>
+        <spring.data.redis.version>2.1.16.RELEASE</spring.data.redis.version>
     </properties>
 
     <modules>