This is an automated email from the ASF dual-hosted git repository. mthomsen pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit af54b568b96fb47068a0895206c8d170a8f6c0b8 Author: mr1716 <[email protected]> AuthorDate: Thu Aug 10 09:35:33 2023 -0400 NIFI-11933 Update spring.integration.version For Email Bundle To 5.5.18 This closes #7597 Signed-off-by: Mike Thomsen <[email protected]> --- nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml b/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml index e7513fe028..e3d65640e7 100644 --- a/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml +++ b/nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml @@ -25,7 +25,7 @@ <artifactId>nifi-email-processors</artifactId> <packaging>jar</packaging> <properties> - <spring.integration.version>5.5.7</spring.integration.version> + <spring.integration.version>5.5.18</spring.integration.version> <poi.version>5.2.3</poi.version> </properties>
