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/06/07 09:16:45 UTC

[myfaces-tobago] branch main updated: build(deps): bump buildnumber-maven-plugin from 3.1.0 to 3.2.0

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 97c0e1c3ad build(deps): bump buildnumber-maven-plugin from 3.1.0 to 3.2.0
97c0e1c3ad is described below

commit 97c0e1c3ad57b8f17276dcdc0a2f8c96fac7f76f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jun 6 16:57:36 2023 +0000

    build(deps): bump buildnumber-maven-plugin from 3.1.0 to 3.2.0
    
    Bumps [buildnumber-maven-plugin](https://github.com/mojohaus/buildnumber-maven-plugin) from 3.1.0 to 3.2.0.
    - [Release notes](https://github.com/mojohaus/buildnumber-maven-plugin/releases)
    - [Commits](https://github.com/mojohaus/buildnumber-maven-plugin/compare/3.1.0...3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:buildnumber-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 4a2cc3856d..5eaa69b4d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -804,7 +804,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>buildnumber-maven-plugin</artifactId>
-          <version>3.1.0</version>
+          <version>3.2.0</version>
         </plugin>
       </plugins>
     </pluginManagement>