This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch next-version in repository https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git
commit 1b4a3ed7969cfdd1e00b02a9e09bfd4e3953534f Author: Michael Osipov <[email protected]> AuthorDate: Sat Jun 15 22:59:48 2024 +0200 [MSCMPUB-68] Upgrade plugins and components (in ITs) --- pom.xml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 5bb8a08..8d16a31 100644 --- a/pom.xml +++ b/pom.xml @@ -119,21 +119,16 @@ under the License. <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-utils</artifactId> - <version>3.4.1</version> + <version>3.4.2</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> </dependency> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-xml</artifactId> - </dependency> - <!-- remove with maven-shared-utils upgrade --> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.16.0</version> + <version>2.16.1</version> </dependency> <dependency> <groupId>org.apache.commons</groupId>
