This is an automated email from the ASF dual-hosted git repository.

pvillard pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new ebbbcf676b NIFI-12726 Update commons-email to 1.6.0
ebbbcf676b is described below

commit ebbbcf676bfff681977a7a59ca131b070217334c
Author: mr1716 <[email protected]>
AuthorDate: Thu Feb 1 13:55:11 2024 -0500

    NIFI-12726 Update commons-email to 1.6.0
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #8342.
---
 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 74614dcd7f..1fac89ad5f 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
@@ -52,7 +52,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-email</artifactId>
-            <version>1.5</version>
+            <version>1.6.0</version>
             <exclusions>
                 <exclusion>
                     <groupId>com.sun.mail</groupId>

Reply via email to