NIFI-9303 Upgraded SSHJ from 0.31 to 0.32

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #5459.
This commit is contained in:
exceptionfactory 2021-10-14 12:25:38 -05:00 committed by Pierre Villard
parent 32c7d856c8
commit 0147b15e37
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
1 changed files with 1 additions and 1 deletions

View File

@ -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>