NIFI-7243 Upgraded com.hierynomus.sshj to 0.30.0 to resolve authentication race condition in version 0.27.0

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

This closes #4774.
This commit is contained in:
exceptionfactory 2021-01-21 09:46:48 -06:00 committed by Pierre Villard
parent 525e4105eb
commit 8c49f0688b
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5

View File

@ -204,7 +204,7 @@
<dependency>
<groupId>com.hierynomus</groupId>
<artifactId>sshj</artifactId>
<version>0.27.0</version>
<version>0.30.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>