This is an automated email from the ASF dual-hosted git repository.
alopresto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/master by this push:
new 7105bf3 NIFI-7267 - Upgrade spring-data-redis in Redis bundle (#4150)
7105bf3 is described below
commit 7105bf36a8e191cacf43ed8ac6171be64a8c2e02
Author: Pierre Villard <[email protected]>
AuthorDate: Tue Mar 17 23:51:28 2020 +0100
NIFI-7267 - Upgrade spring-data-redis in Redis bundle (#4150)
Signed-off-by: Andy LoPresto <[email protected]>
---
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 c4cecc4..fc6213e 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>