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 3cdab0d NIFI-8707 Upgraded SSHJ to 0.31.0
3cdab0d is described below
commit 3cdab0d752946ce9d5ec83c9130113155560a31a
Author: exceptionfactory <[email protected]>
AuthorDate: Tue Jun 15 15:09:06 2021 -0500
NIFI-8707 Upgraded SSHJ to 0.31.0
Signed-off-by: Pierre Villard <[email protected]>
This closes #5162.
---
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 d309d0c..5671646 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.30.0</version>
+ <version>0.31.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>