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 2022/02/23 10:22:28 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps): bump maven-war-plugin from 2.1.1 to 3.3.2

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

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


The following commit(s) were added to refs/heads/tobago-2.x by this push:
     new cff686c  build(deps): bump maven-war-plugin from 2.1.1 to 3.3.2
cff686c is described below

commit cff686c34f569c542bcf3fe75e718f5ca04ccfd6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 18 17:52:39 2022 +0000

    build(deps): bump maven-war-plugin from 2.1.1 to 3.3.2
    
    Bumps [maven-war-plugin](https://github.com/apache/maven-war-plugin) from 2.1.1 to 3.3.2.
    - [Release notes](https://github.com/apache/maven-war-plugin/releases)
    - [Commits](https://github.com/apache/maven-war-plugin/compare/maven-war-plugin-2.1.1...maven-war-plugin-3.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-war-plugin
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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 46df28b..def578d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -672,7 +672,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-war-plugin</artifactId>
-          <version>2.1.1</version>
+          <version>3.3.2</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>