This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 16f73d90e23ab6c2f3af92f1382bcc470be5196c Author: mr1716 <[email protected]> AuthorDate: Mon Jun 19 09:04:21 2023 -0400 NIFI-11722 Upgraded Spring Data Redis from 2.7.10 to 2.7.13 This closes #7404 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit d252ed5e1b3584b01f421c12c95d32e523a3cfbe) --- 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 43732724d7..aa4b8b5ad7 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.13</spring.data.redis.version> <jedis.version>3.9.0</jedis.version> </properties>
