This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
commit 3b5d06b78dafa9eb3585ceb9386fd1f290fea55f Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Mon May 3 09:34:38 2021 +0200 Bump plugin-testing to 3.1.0 --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1d05326..28734e9 100644 --- a/pom.xml +++ b/pom.xml @@ -172,8 +172,14 @@ under the License. <dependency> <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing-harness</artifactId> - <version>2.1</version> + <version>3.1.0</version> <scope>test</scope> + <exclusions> + <exclusion> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-container-default</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.maven</groupId>
