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:17:13 UTC

[myfaces-tobago] branch main updated: build(deps): bump versions-maven-plugin from 2.15.0 to 2.16.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 bbf9456992 build(deps): bump versions-maven-plugin from 2.15.0 to 2.16.0
bbf9456992 is described below

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

    build(deps): bump versions-maven-plugin from 2.15.0 to 2.16.0
    
    Bumps [versions-maven-plugin](https://github.com/mojohaus/versions) from 2.15.0 to 2.16.0.
    - [Release notes](https://github.com/mojohaus/versions/releases)
    - [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md)
    - [Commits](https://github.com/mojohaus/versions/compare/2.15.0...2.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:versions-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 8e0ed2a88c..4a2cc3856d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -783,7 +783,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>versions-maven-plugin</artifactId>
-          <version>2.15.0</version>
+          <version>2.16.0</version>
         </plugin>
         <plugin>
           <groupId>org.owasp</groupId>