From 3399d09c46f4edbb1bc4cf4c07392887f3aec08c Mon Sep 17 00:00:00 2001 From: exceptionfactory Date: Thu, 1 Dec 2022 12:40:54 -0600 Subject: [PATCH] NIFI-10923 This closes #6745. Upgraded Apache SSHD to 2.9.2 Signed-off-by: Joe Witt --- nifi-nar-bundles/nifi-standard-bundle/pom.xml | 5 +++-- nifi-registry/pom.xml | 12 ++++++++++++ pom.xml | 2 ++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml b/nifi-nar-bundles/nifi-standard-bundle/pom.xml index 87c4a3c610..566bcb79c3 100644 --- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml @@ -35,6 +35,7 @@ 2.2.0 0.1.7 + 2.9.2 @@ -303,12 +304,12 @@ org.apache.sshd sshd-core - 2.8.0 + ${org.apache.sshd.version} org.apache.sshd sshd-sftp - 2.8.0 + ${org.apache.sshd.version} com.google.guava diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml index 0a6b2e5dcb..66d4399eee 100644 --- a/nifi-registry/pom.xml +++ b/nifi-registry/pom.xml @@ -43,6 +43,7 @@ 3.4.0-01 2.3.2 5.13.1.202206130422-r + 2.9.2 @@ -241,6 +242,17 @@ + + + org.apache.sshd + sshd-osgi + ${org.apache.sshd.version} + + + org.apache.sshd + sshd-sftp + ${org.apache.sshd.version} + diff --git a/pom.xml b/pom.xml index e710456ee8..14a0b77e1f 100644 --- a/pom.xml +++ b/pom.xml @@ -970,6 +970,8 @@ org.bouncycastle:bcpkix-jdk15on org.bouncycastle:bcutil-jdk15on org.bouncycastle:bcmail-jdk15on + + org.apache.sshd:*:[,2.9.1]