This is an automated email from the ASF dual-hosted git repository.

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new f9615414bd NIFI-12258 Upgraded MINA SSHD from 2.10.0 to 2.11.0
f9615414bd is described below

commit f9615414bd750621977de7386eaa3a64019fa6a8
Author: exceptionfactory <[email protected]>
AuthorDate: Fri Oct 20 08:38:30 2023 -0500

    NIFI-12258 Upgraded MINA SSHD from 2.10.0 to 2.11.0
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #7915.
---
 nifi-nar-bundles/nifi-standard-bundle/pom.xml | 2 +-
 nifi-registry/pom.xml                         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index de06a25bff..04ab997709 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -36,7 +36,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 70277e3952..28e184f2be 100644
--- a/nifi-registry/pom.xml
+++ b/nifi-registry/pom.xml
@@ -42,7 +42,7 @@
         <swagger.ui.version>3.12.0</swagger.ui.version>
         <jaxb.version>2.3.2</jaxb.version>
         <jgit.version>6.7.0.202309050840-r</jgit.version>
-        <org.apache.sshd.version>2.10.0</org.apache.sshd.version>
+        <org.apache.sshd.version>2.11.0</org.apache.sshd.version>
     </properties>
 
     <dependencyManagement>

Reply via email to