Upgraded Spring core version to 5.0.8
Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/c5f68ea1 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/c5f68ea1 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/c5f68ea1 Branch: refs/heads/master Commit: c5f68ea1e66ea3bc9a4ab5d8f59ae3d1554815dd Parents: d38019f Author: Goldstein Lyor <[email protected]> Authored: Wed Aug 22 11:46:01 2018 +0300 Committer: Goldstein Lyor <[email protected]> Committed: Wed Aug 22 12:53:33 2018 +0300 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/c5f68ea1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2a825a5..fdc7cbf 100644 --- a/pom.xml +++ b/pom.xml @@ -111,7 +111,7 @@ <bouncycastle.version>1.60</bouncycastle.version> <slf4j.version>1.7.25</slf4j.version> - <spring.version>5.0.7.RELEASE</spring.version> + <spring.version>5.0.8.RELEASE</spring.version> <jgit.version>5.0.2.201807311906-r</jgit.version> <junit.version>4.12</junit.version> <bytebuddy.version>1.8.17</bytebuddy.version>
