Upgraded Spring version to 5.0.7
Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/e7b9ff0c Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/e7b9ff0c Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/e7b9ff0c Branch: refs/heads/master Commit: e7b9ff0c275468dea4959e71b750ca07481d2668 Parents: 5ca516b Author: Lyor Goldstein <[email protected]> Authored: Fri Jul 6 06:09:48 2018 +0300 Committer: Lyor Goldstein <[email protected]> Committed: Fri Jul 6 10:20:45 2018 +0300 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/e7b9ff0c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 86b3acf..5f18fd3 100644 --- a/pom.xml +++ b/pom.xml @@ -111,7 +111,7 @@ <bouncycastle.version>1.59</bouncycastle.version> <slf4j.version>1.7.25</slf4j.version> - <spring.version>5.0.6.RELEASE</spring.version> + <spring.version>5.0.7.RELEASE</spring.version> <jgit.version>4.11.0.201803080745-r</jgit.version> <junit.version>4.12</junit.version> <surefire.plugin.version>2.21.0</surefire.plugin.version>
