You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/12/14 13:13:43 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps): bump versions-maven-plugin from 2.13.0 to 2.14.0 (#3555)

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

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


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 5f9cd8fe4b build(deps): bump versions-maven-plugin from 2.13.0 to 2.14.0 (#3555)
5f9cd8fe4b is described below

commit 5f9cd8fe4b415a38036342fc513d8a12032aabcc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 14 14:13:38 2022 +0100

    build(deps): bump versions-maven-plugin from 2.13.0 to 2.14.0 (#3555)
    
    Bumps [versions-maven-plugin](https://github.com/mojohaus/versions) from 2.13.0 to 2.14.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.13.0...2.14.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>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 88c8a4a81e..50d684ee79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -793,7 +793,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>versions-maven-plugin</artifactId>
-          <version>2.13.0</version>
+          <version>2.14.0</version>
         </plugin>
         <plugin>
           <groupId>org.owasp</groupId>