You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2022/02/07 12:04:39 UTC

[logging-log4j2] branch release-2.x updated: Bump maven-assembly-plugin from 3.1.0 to 3.3.0 (#743)

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

vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 91b86fa  Bump maven-assembly-plugin from 3.1.0 to 3.3.0 (#743)
91b86fa is described below

commit 91b86fa05fe879e7f7b8fc8ae6db6b781ebaafe6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 7 13:04:32 2022 +0100

    Bump maven-assembly-plugin from 3.1.0 to 3.3.0 (#743)
    
    Bumps [maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.1.0 to 3.3.0.
    - [Release notes](https://github.com/apache/maven-assembly-plugin/releases)
    - [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.1.0...maven-assembly-plugin-3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-assembly-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2a743b0..570751b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1177,7 +1177,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>3.1.0</version>
+          <version>3.3.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>