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/01/05 15:49:07 UTC

[myfaces-tobago] branch main updated: build(deps): bump versions-maven-plugin from 2.14.1 to 2.14.2

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 62a92c955b build(deps): bump versions-maven-plugin from 2.14.1 to 2.14.2
62a92c955b is described below

commit 62a92c955b916022b56f38a7e0cefca424f20913
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 26 16:03:08 2022 +0000

    build(deps): bump versions-maven-plugin from 2.14.1 to 2.14.2
    
    Bumps [versions-maven-plugin](https://github.com/mojohaus/versions) from 2.14.1 to 2.14.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.14.1...2.14.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 0555844dbf..8d25276db5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -783,7 +783,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>versions-maven-plugin</artifactId>
-          <version>2.14.1</version>
+          <version>2.14.2</version>
         </plugin>
         <plugin>
           <groupId>org.owasp</groupId>