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/22 15:37:56 UTC

(myfaces-tobago) branch main updated: build(deps): bump org.codehaus.mojo:versions-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 4102367f50 build(deps): bump org.codehaus.mojo:versions-maven-plugin
4102367f50 is described below

commit 4102367f508d3e1ace23c15c667efd2187e04520
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Nov 17 16:04:10 2023 +0000

    build(deps): bump org.codehaus.mojo:versions-maven-plugin
    
    Bumps [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) from 2.16.1 to 2.16.2.
    - [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.16.1...2.16.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:versions-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 42c2ad5fe8..6bd881f616 100644
--- a/pom.xml
+++ b/pom.xml
@@ -801,7 +801,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>versions-maven-plugin</artifactId>
-          <version>2.16.1</version>
+          <version>2.16.2</version>
         </plugin>
         <plugin>
           <groupId>org.owasp</groupId>