You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2021/10/15 09:36:56 UTC

[nifi] branch main updated: NIFI-9303 Upgraded SSHJ from 0.31 to 0.32

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 0147b15  NIFI-9303 Upgraded SSHJ from 0.31 to 0.32
0147b15 is described below

commit 0147b15e3718331405ac77480ce3b569842df869
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Thu Oct 14 12:25:38 2021 -0500

    NIFI-9303 Upgraded SSHJ from 0.31 to 0.32
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #5459.
---
 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 37ca268..02bfb18 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -188,7 +188,7 @@
             <dependency>
                 <groupId>com.hierynomus</groupId>
                 <artifactId>sshj</artifactId>
-                <version>0.31.0</version>
+                <version>0.32.0</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>