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/07 18:49:32 UTC

[myfaces-tobago] branch master updated: chore(deps): bump build-helper-maven-plugin from 1.9.1 to 3.2.0

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

bommel 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 55e3fb6  chore(deps): bump build-helper-maven-plugin from 1.9.1 to 3.2.0
55e3fb6 is described below

commit 55e3fb69e50dd011f11ef9639d6840efcb06c1d7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Feb 7 15:47:28 2021 +0000

    chore(deps): bump build-helper-maven-plugin from 1.9.1 to 3.2.0
    
    Bumps [build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 1.9.1 to 3.2.0.
    - [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
    - [Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/build-helper-maven-plugin-1.9.1...build-helper-maven-plugin-3.2.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 eaad0d6..0aadc53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -762,7 +762,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
-          <version>1.9.1</version>
+          <version>3.2.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>