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 <[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 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>
