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/03/03 09:36:22 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps): bump build-helper-maven-plugin from 1.7 to 3.3.0

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 2e8797f  build(deps): bump build-helper-maven-plugin from 1.7 to 3.3.0
2e8797f is described below

commit 2e8797fbee9b8bfa8f1f09e82445fe8fdd3893b2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 23 17:43:34 2022 +0000

    build(deps): bump build-helper-maven-plugin from 1.7 to 3.3.0
    
    Bumps [build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 1.7 to 3.3.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.7...build-helper-maven-plugin-3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:build-helper-maven-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 bc5514b..7fa3024 100644
--- a/pom.xml
+++ b/pom.xml
@@ -557,7 +557,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
-          <version>1.7</version>
+          <version>3.3.0</version>
         </plugin>
         <plugin>
           <artifactId>maven-remote-resources-plugin</artifactId>