You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/12/16 16:04:49 UTC

[commons-parent] branch master updated: Bump versions-maven-plugin from 2.14.0 to 2.14.1 (#187)

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d7bb28  Bump versions-maven-plugin from 2.14.0 to 2.14.1 (#187)
2d7bb28 is described below

commit 2d7bb285c1a4e2b5e6ba4e1b0e74931c73d286ed
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 16 11:04:44 2022 -0500

    Bump versions-maven-plugin from 2.14.0 to 2.14.1 (#187)
    
    Bumps [versions-maven-plugin](https://github.com/mojohaus/versions) from 2.14.0 to 2.14.1.
    - [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.0...2.14.1)
    
    ---
    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>
    
    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 83512f6..c53bbb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -682,7 +682,7 @@
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>versions-maven-plugin</artifactId>
           <!-- Version 2.2 causes an NPE with Maven 3.3.9 -->
-          <version>2.14.0</version>
+          <version>2.14.1</version>
         </plugin>
         <plugin>
           <groupId>org.jacoco</groupId>