This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git


The following commit(s) were added to refs/heads/master by this push:
     new bfce923  [MBUILDCACHE-114] Upgrade plexus-utils to 4.0.0
bfce923 is described below

commit bfce923517b6ea67d327d5ea02c8a4fe3dfd09a5
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>

Reply via email to