You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2023/02/24 07:20:16 UTC

[myfaces-tobago] branch tobago-4.x updated: build(deps): bump maven-assembly-plugin from 3.4.2 to 3.5.0 (#3794)

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

lofwyr pushed a commit to branch tobago-4.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new a6f9960805 build(deps): bump maven-assembly-plugin from 3.4.2 to 3.5.0 (#3794)
a6f9960805 is described below

commit a6f9960805538c7fd47eeb0fe7652b78c436b3db
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 24 08:20:10 2023 +0100

    build(deps): bump maven-assembly-plugin from 3.4.2 to 3.5.0 (#3794)
    
    Bumps [maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.4.2 to 3.5.0.
    - [Release notes](https://github.com/apache/maven-assembly-plugin/releases)
    - [Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.4.2...maven-assembly-plugin-3.5.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 052fedc72c..409bbd58d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -758,7 +758,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>3.4.2</version>
+          <version>3.5.0</version>
         </plugin>
 
         <plugin>