You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/02/11 15:24:15 UTC

[myfaces-tobago] branch tobago-4.x updated: chore(deps): bump maven-antrun-plugin from 1.8 to 3.0.0

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

bommel 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 65d19a8  chore(deps): bump maven-antrun-plugin from 1.8 to 3.0.0
65d19a8 is described below

commit 65d19a884cbe16517ba49dee213be92633b57aa9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 11 14:45:03 2021 +0000

    chore(deps): bump maven-antrun-plugin from 1.8 to 3.0.0
    
    Bumps [maven-antrun-plugin](https://github.com/apache/maven-antrun-plugin) from 1.8 to 3.0.0.
    - [Release notes](https://github.com/apache/maven-antrun-plugin/releases)
    - [Commits](https://github.com/apache/maven-antrun-plugin/compare/maven-antrun-plugin-1.8...maven-antrun-plugin-3.0.0)
    
    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 433a37c..b43136c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -905,7 +905,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-antrun-plugin</artifactId>
-          <version>1.8</version>
+          <version>3.0.0</version>
         </plugin>
         <plugin>
           <groupId>com.github.matinh.vdldoc</groupId>