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 2023/11/28 07:37:02 UTC

(myfaces-tobago) branch main updated: build(deps): bump org.codehaus.mojo:build-helper-maven-plugin

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

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


The following commit(s) were added to refs/heads/main by this push:
     new b880d00f17 build(deps): bump org.codehaus.mojo:build-helper-maven-plugin
b880d00f17 is described below

commit b880d00f17632a8ad308265ec34d35903819d95f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Nov 27 16:58:55 2023 +0000

    build(deps): bump org.codehaus.mojo:build-helper-maven-plugin
    
    Bumps [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 3.4.0 to 3.5.0.
    - [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
    - [Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/3.4.0...3.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:build-helper-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 6bd881f616..9be9042b7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -515,7 +515,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
-          <version>3.4.0</version>
+          <version>3.5.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>