This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-war-plugin.git
commit 2209ad9940ed193b8a5890231e87e91e6133aed6 Author: Michael Osipov <[email protected]> AuthorDate: Sun Jun 11 21:22:45 2023 +0200 [MWAR-467] Upgrade components --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0c26479..4370463 100644 --- a/pom.xml +++ b/pom.xml @@ -132,13 +132,13 @@ <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-utils</artifactId> - <version>3.3.4</version> + <version>3.4.2</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.11.0</version> + <version>2.13.0</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId>
