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 5bf551ef7a26c7fa4206a3d2bf3851b8342950e3 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Thu May 16 13:17:58 2019 +0300 Upgraded Maven Surefire Plugin version to 2.22.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1269e6c..f254ad5 100644 --- a/pom.xml +++ b/pom.xml @@ -117,7 +117,7 @@ <junit.version>4.12</junit.version> <bytebuddy.version>1.9.12</bytebuddy.version> - <surefire.plugin.version>2.22.1</surefire.plugin.version> + <surefire.plugin.version>2.22.2</surefire.plugin.version> <maven.archiver.version>3.4.0</maven.archiver.version> <plexus.archiver.version>4.1.0</plexus.archiver.version> <!-- See https://pmd.github.io/ for available latest version -->