From cc677f6c67b6ed581cfb4eaf5465a5d03265cf14 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 29 Jun 2022 15:58:30 +0000
Subject: [PATCH] Bump mina-core from 2.0.9 to 2.0.22 in /readline/shell-ssh

Bumps [mina-core](https://github.com/apache/mina) from 2.0.9 to 2.0.22.
- [Release notes](https://github.com/apache/mina/releases)
- [Commits](https://github.com/apache/mina/compare/2.0.9...2.0.22)

---
updated-dependencies:
- dependency-name: org.apache.mina:mina-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 readline/shell-ssh/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/readline/shell-ssh/pom.xml b/readline/shell-ssh/pom.xml
index e1f5a66..872f789 100644
--- a/readline/shell-ssh/pom.xml
+++ b/readline/shell-ssh/pom.xml
@@ -56,7 +56,7 @@
       <dependency>
         <groupId>org.apache.mina</groupId>
         <artifactId>mina-core</artifactId>
-        <version>2.0.9</version>
+        <version>2.0.22</version>
       </dependency>
       <dependency>
         <groupId>org.apache.sshd</groupId>