NIFI-12559 Upgraded SSHJ from 0.37.0 to 0.38.0

- Removed Bouncy Castle JDK 1.5 version exclusions no longer required in SSHJ 0.38.0

Signed-off-by: Matt Burgess <mattyb149@apache.org>

This closes #8200
This commit is contained in:
exceptionfactory 2024-01-02 09:49:51 -06:00 committed by Matt Burgess
parent 1a34208f65
commit b8c8eafd03
2 changed files with 1 additions and 15 deletions

View File

@ -181,20 +181,6 @@
<dependency>
<groupId>com.hierynomus</groupId>
<artifactId>sshj</artifactId>
<exclusions>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.exceptionfactory.socketbroker</groupId>

View File

@ -112,7 +112,7 @@
<dependency>
<groupId>com.hierynomus</groupId>
<artifactId>sshj</artifactId>
<version>0.37.0</version>
<version>0.38.0</version>
</dependency>
<dependency>
<groupId>jakarta.activation</groupId>