You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by tw...@apache.org on 2022/06/12 16:22:02 UTC

[mina-sshd] branch master updated: Bump MINA dependency to 2.0.23

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

twolf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git


The following commit(s) were added to refs/heads/master by this push:
     new 7fbf41fe3 Bump MINA dependency to 2.0.23
7fbf41fe3 is described below

commit 7fbf41fe3b71e9b25df4cc16198ed2f4c25640c5
Author: Thomas Wolf <tw...@apache.org>
AuthorDate: Sat Jun 11 11:55:46 2022 +0200

    Bump MINA dependency to 2.0.23
---
 pom.xml | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4fb4b0849..09b2b0134 100644
--- a/pom.xml
+++ b/pom.xml
@@ -406,19 +406,10 @@
                 </exclusions>
             </dependency>
 
-                <!-- NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE
-
-                    Upgrading it beyond 2.0.19 causes problems for the sshd-ldap
-                    since the Apache DS server used to run the unit tests fails
-                    in LdapProtocolHandler#messageReceived due to the fact that
-                    the SslFilter#SESSION_SECURED has been moved in version 2.0.18.
-
-                    See https://issues.apache.org/jira/browse/DIRMINA-1087
-                -->
             <dependency>
                 <groupId>org.apache.mina</groupId>
                 <artifactId>mina-core</artifactId>
-                <version>2.0.22</version>
+                <version>2.0.23</version>
             </dependency>
             <dependency>
                 <groupId>tomcat</groupId>