This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch SUREFIRE-2047 in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
commit 63fec9dcc12a6529f19e9fd88f78ade5516d474b Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat Jun 3 23:22:47 2023 +0200 [SUREFIRE-2047] Bump maven-common-artifact-filters from 3.1.1 to 3.3.2 --- pom.xml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 8107330c2..fab4493ef 100644 --- a/pom.xml +++ b/pom.xml @@ -186,21 +186,7 @@ <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-common-artifact-filters</artifactId> - <version>3.1.1</version> - <exclusions> - <exclusion> - <groupId>org.apache.maven.shared</groupId> - <artifactId>maven-shared-utils</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.maven</groupId> - <artifactId>maven-model</artifactId> - </exclusion> - <exclusion> - <groupId>org.sonatype.sisu</groupId> - <artifactId>sisu-inject-plexus</artifactId> - </exclusion> - </exclusions> + <version>3.3.2</version> </dependency> <dependency> <groupId>org.apache.maven.plugin-testing</groupId>
