This is an automated email from the ASF dual-hosted git repository. mthomsen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 0c03521676ce4ce00d806c689f9d01a762485eca 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 d422396d01..c525d282f8 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>
