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

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 12531ef206 NIFI-12726 Update commons-email to 1.6.0
12531ef206 is described below

commit 12531ef206c53e1e9901ea1dcdd6d6b20f18caf6
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 2a3e22f25c..86b0f7e4ae 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
@@ -57,7 +57,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