You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2023/01/31 16:36:29 UTC

[nifi] branch main updated: NIFI-9989 This closes #6908. Upgraded SSHJ from 0.34.0 to 0.35.0

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

joewitt 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 a7206f187b NIFI-9989 This closes #6908. Upgraded SSHJ from 0.34.0 to 0.35.0
a7206f187b is described below

commit a7206f187bdd03264fa15e0bb652d9d5cee0e2cb
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Tue Jan 31 09:47:52 2023 -0600

    NIFI-9989 This closes #6908. Upgraded SSHJ from 0.34.0 to 0.35.0
    
    Signed-off-by: Joe Witt <jo...@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 9a7bfa6542..21e5936d9e 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -124,7 +124,7 @@
             <dependency>
                 <groupId>com.hierynomus</groupId>
                 <artifactId>sshj</artifactId>
-                <version>0.34.0</version>
+                <version>0.35.0</version>
             </dependency>
             <dependency>
                 <groupId>jakarta.activation</groupId>