You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2022/06/28 18:55:44 UTC

[axis-axis2-java-core] branch master updated: Bump maven-archiver from 3.5.2 to 3.6.0

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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 18ef675cf7 Bump maven-archiver from 3.5.2 to 3.6.0
18ef675cf7 is described below

commit 18ef675cf7f20f42e074a49b00da086999e7f00c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jun 27 13:11:10 2022 +0000

    Bump maven-archiver from 3.5.2 to 3.6.0
    
    Bumps [maven-archiver](https://github.com/apache/maven-archiver) from 3.5.2 to 3.6.0.
    - [Release notes](https://github.com/apache/maven-archiver/releases)
    - [Commits](https://github.com/apache/maven-archiver/compare/maven-archiver-3.5.2...maven-archiver-3.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven:maven-archiver
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index edc70b5e27..457c50fd16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -484,7 +484,7 @@
         <jetty.version>10.0.11</jetty.version>
         <jibx.version>1.3.3</jibx.version>
         <log4j2.version>2.17.2</log4j2.version>
-        <maven.archiver.version>3.5.2</maven.archiver.version>
+        <maven.archiver.version>3.6.0</maven.archiver.version>
         <maven.version>3.8.6</maven.version>
         <plexus.utils.version>3.4.2</plexus.utils.version>
         <rhino.version>1.6R7</rhino.version>