You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2021/09/12 20:46:19 UTC

[myfaces-tobago] branch master updated: build(deps): bump maven-war-plugin from 3.3.1 to 3.3.2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 19b1e01  build(deps): bump maven-war-plugin from 3.3.1 to 3.3.2
19b1e01 is described below

commit 19b1e01388f2943c2d717c1865e2b7627120b899
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Sep 10 16:06:05 2021 +0000

    build(deps): bump maven-war-plugin from 3.3.1 to 3.3.2
    
    Bumps [maven-war-plugin](https://github.com/apache/maven-war-plugin) from 3.3.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-3.3.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-patch
    ...
    
    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 05b7108..ad7f11b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -896,7 +896,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-war-plugin</artifactId>
-          <version>3.3.1</version>
+          <version>3.3.2</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>