Upgraded Surefire plugin version to 2.22.1
Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/c44d987c Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/c44d987c Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/c44d987c Branch: refs/heads/master Commit: c44d987c91d2c305900e67dd4e0bdabb78c4c6eb Parents: 422e742 Author: Lyor Goldstein <[email protected]> Authored: Fri Oct 19 10:00:22 2018 +0300 Committer: Lyor Goldstein <[email protected]> Committed: Fri Oct 19 20:35:19 2018 +0300 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/c44d987c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 57e2683..179a56f 100644 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,7 @@ <junit.version>4.12</junit.version> <bytebuddy.version>1.9.1</bytebuddy.version> - <surefire.plugin.version>2.22.0</surefire.plugin.version> + <surefire.plugin.version>2.22.1</surefire.plugin.version> <maven.archiver.version>3.2.0</maven.archiver.version> <plexus.archiver.version>3.6.0</plexus.archiver.version> <!-- See https://pmd.github.io/ for available latest version -->
