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

michaelo pushed a commit to branch 
dependabot/maven/org.codehaus.plexus-plexus-archiver-4.10.0
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit 1b12694e2b17dae5a98168610e11727f52937e72
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 18 17:01:01 2024 +0000

    Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0
    
    Bumps 
[org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver)
 from 4.9.2 to 4.10.0.
    - [Release 
notes](https://github.com/codehaus-plexus/plexus-archiver/releases)
    - 
[Changelog](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md)
    - 
[Commits](https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-4.9.2...plexus-archiver-4.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus-archiver
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
---
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a295cfc1..582724b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@ under the License.
 
     <jettyVersion>9.4.55.v20240627</jettyVersion>
     <mockito.version>4.11.0</mockito.version>
-    <plexus-archiver.version>4.9.2</plexus-archiver.version>
+    <plexus-archiver.version>4.10.0</plexus-archiver.version>
     <pluginTestingVersion>3.3.0</pluginTestingVersion>
     <resolverVersion>1.4.1</resolverVersion>
     <slf4jVersion>1.7.36</slf4jVersion>
@@ -213,6 +213,13 @@ under the License.
       <artifactId>plexus-archiver</artifactId>
       <version>${plexus-archiver.version}</version>
     </dependency>
+    <!-- needs to be overriden for commons-compress otherwise it will appear 
earlier in the tree -->
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+      <version>3.14.0</version>
+      <scope>runtime</scope>
+    </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>

Reply via email to