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:02 UTC

[myfaces-tobago] branch tobago-4.x 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 tobago-4.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new 5bd01fb3a3 build(deps): bump versions-maven-plugin from 2.14.1 to 2.14.2
5bd01fb3a3 is described below

commit 5bd01fb3a3ca5145beeb94bff6b38bb94d0f9f4a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 26 16:02:24 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 c4ef35bc7b..665cdd169d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -792,7 +792,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>