This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MBUILDCACHE-114 in repository https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git
commit fd3126e3f49fba4bd4a75dac804896bc835c711f Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Mon Jan 6 15:31:06 2025 +0100 [MBUILDCACHE-114] Upgrade plexus-utils to 4.0.0 from prent pom --- pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f20d66d..719d512 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,6 @@ under the License. <commonsLangVersion>3.17.0</commonsLangVersion> <junit.version>5.11.0</junit.version> <mockitoVersion>4.11.0</mockitoVersion> - <plexusUtilsVersion>3.5.1</plexusUtilsVersion> <wagonVersion>3.4.3</wagonVersion> <securityDispatcherVersion>2.0</securityDispatcherVersion> <cipherVersion>2.0</cipherVersion> @@ -148,7 +147,10 @@ under the License. <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>${plexusUtilsVersion}</version> + </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-xml</artifactId> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId>
