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 1370295bd3fea8cf090bee8e4e708e06e3c409fb
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Fri Sep 9 12:06:01 2022 -0500

    NIFI-10470 Upgraded SSHJ from 0.33.0 to 0.34.0
    
    This closes #6387
    
    Signed-off-by: Mike Thomsen <mthom...@apache.org>
---
 nifi-nar-bundles/nifi-standard-bundle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index bd586c4f58..3e3e95b4fe 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -127,7 +127,7 @@
             <dependency>
                 <groupId>com.hierynomus</groupId>
                 <artifactId>sshj</artifactId>
-                <version>0.33.0</version>
+                <version>0.34.0</version>
             </dependency>
             <dependency>
                 <groupId>jakarta.activation</groupId>

Reply via email to