This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch common-filters-320 in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git
commit 6ea4fb7e5d3a626a6f1fcabd88dc1c0152eb5296 Author: Tamas Cservenak <[email protected]> AuthorDate: Wed Oct 13 15:55:13 2021 +0200 Update to common filters 3.2.0 And UT fails hard. What is happening here? --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3a81111..2728543 100644 --- a/pom.xml +++ b/pom.xml @@ -133,7 +133,7 @@ under the License. <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-common-artifact-filters</artifactId> - <version>3.1.1</version> + <version>3.2.0</version> </dependency> <dependency> <groupId>org.apache.maven.shared</groupId>
