This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new f4722f4d30 NIFI-12257 Upgraded MINA SSHD from 2.9.2 to 2.9.3
f4722f4d30 is described below
commit f4722f4d300c3f000aa172f7ac224274238b716b
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Oct 16 16:54:00 2023 -0500
NIFI-12257 Upgraded MINA SSHD from 2.9.2 to 2.9.3
- SSHD 2.9.3 applies to JGit 5 for Java 8
- Upgraded SSHD from 2.10.0 to 2.11.0 for test components
Signed-off-by: Pierre Villard <[email protected]>
This closes #7914.
---
nifi-nar-bundles/nifi-standard-bundle/pom.xml | 2 +-
nifi-registry/pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index 49078adc36..cf9d853827 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -35,7 +35,7 @@
<properties>
<yammer.metrics.version>2.2.0</yammer.metrics.version>
<jolt.version>0.1.8</jolt.version>
- <org.apache.sshd.version>2.10.0</org.apache.sshd.version>
+ <org.apache.sshd.version>2.11.0</org.apache.sshd.version>
<tika.version>2.9.0</tika.version>
</properties>
<dependencyManagement>
diff --git a/nifi-registry/pom.xml b/nifi-registry/pom.xml
index bca4bf2f41..882f0cf343 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -43,8 +43,8 @@
<groovy.eclipse.compiler.version>3.7.0</groovy.eclipse.compiler.version>
<jaxb.version>2.3.2</jaxb.version>
<jgit.version>5.13.2.202306221912-r</jgit.version>
- <!-- JGit 5.13 requires SSHD 2.9.2 or earlier -->
- <org.apache.sshd.version>2.9.2</org.apache.sshd.version>
+ <!-- JGit 5.13 requires SSHD 2.9.3 or earlier -->
+ <org.apache.sshd.version>2.9.3</org.apache.sshd.version>
</properties>
<dependencyManagement>