This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit e800127dd38447262441765fe4a8f6ff93a699d5 Author: Lyor Goldstein <[email protected]> AuthorDate: Tue Apr 23 20:19:08 2019 +0300 Upgraded MINA core to 2.0.21 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b44727c..6f09744 100644 --- a/pom.xml +++ b/pom.xml @@ -395,7 +395,7 @@ <dependency> <groupId>org.apache.mina</groupId> <artifactId>mina-core</artifactId> - <version>2.0.20</version> + <version>2.0.21</version> </dependency> <dependency> <groupId>tomcat</groupId>
