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 acde19f571a7d87664cd78ff6b706698d5043a2f Author: mr1716 <[email protected]> AuthorDate: Thu Feb 1 08:33:11 2024 -0500 NIFI-12718 Upgraded greenmail from 1.6.14 to 1.6.15 This closes #8338 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit 41817d8088ac2b50e1af217d6b6d8ac05fa87273) --- 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 5a9e84d6ba..74614dcd7f 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 @@ -145,7 +145,7 @@ <dependency> <groupId>com.icegreen</groupId> <artifactId>greenmail</artifactId> - <version>1.6.14</version> + <version>1.6.15</version> <scope>test</scope> </dependency> </dependencies>
