This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit d252ed5e1b3584b01f421c12c95d32e523a3cfbe 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]> --- 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 cec26ad954..4eb2c57bd9 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>
