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 e2f7b5c106f820589d7a99ad9f97815f221053c1 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Wed Jul 13 19:40:01 2022 +0300 Upgraded Maven Surefire plugin version to 3.0.0-M7 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8126043f8..1c75d6a76 100644 --- a/pom.xml +++ b/pom.xml @@ -118,7 +118,7 @@ <!-- addresses multi transitive versions of jna under org.testcontainers:testcontainers:1.15.3 --> <jna.version>5.8.0</jna.version> - <surefire.plugin.version>3.0.0-M6</surefire.plugin.version> + <surefire.plugin.version>3.0.0-M7</surefire.plugin.version> <maven.archiver.version>3.5.1</maven.archiver.version> <scm.plugin.version>1.12.0</scm.plugin.version> <plexus.archiver.version>4.2.6</plexus.archiver.version>