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 e5362c5eb7 NIFI-11798 Update smbj to 0.12.1
e5362c5eb7 is described below

commit e5362c5eb738363974d02fde872001b873d941ae
Author: mr1716 <[email protected]>
AuthorDate: Fri Jul 14 07:49:10 2023 -0400

    NIFI-11798 Update smbj to 0.12.1
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #7480.
---
 nifi-nar-bundles/nifi-smb-bundle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-smb-bundle/pom.xml 
b/nifi-nar-bundles/nifi-smb-bundle/pom.xml
index 3560b071b8..4876428076 100644
--- a/nifi-nar-bundles/nifi-smb-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-smb-bundle/pom.xml
@@ -40,7 +40,7 @@
             <dependency>
                 <groupId>com.hierynomus</groupId>
                 <artifactId>smbj</artifactId>
-                <version>0.11.5</version>
+                <version>0.12.1</version>
                 <exclusions>
                     <exclusion>
                         <groupId>org.bouncycastle</groupId>

Reply via email to