Repository: mina-sshd Updated Branches: refs/heads/master 994ad4763 -> 71f5dea3b
[SSHD-595] MINA-CORE does not remove sessions if exceptions occur while closing Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/71f5dea3 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/71f5dea3 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/71f5dea3 Branch: refs/heads/master Commit: 71f5dea3bdd9e6b80cdc67661a598ac2fe564df6 Parents: 994ad47 Author: Lyor Goldstein <[email protected]> Authored: Fri Sep 2 09:43:30 2016 +0300 Committer: Lyor Goldstein <[email protected]> Committed: Fri Sep 2 09:43:30 2016 +0300 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/71f5dea3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ac72f62..759bc70 100644 --- a/pom.xml +++ b/pom.xml @@ -127,7 +127,7 @@ <dependency> <groupId>org.apache.mina</groupId> <artifactId>mina-core</artifactId> - <version>2.0.13</version> + <version>2.0.14</version> </dependency> <dependency> <groupId>tomcat</groupId>
