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/03/18 12:59:09 UTC

[commons-parent] branch master updated: Bump versions-maven-plugin from 2.9.0 to 2.10.0 (#101)

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 a2593a3  Bump versions-maven-plugin from 2.9.0 to 2.10.0 (#101)
a2593a3 is described below

commit a2593a354a4569fce16126f176322e84e558d24c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 18 08:59:04 2022 -0400

    Bump versions-maven-plugin from 2.9.0 to 2.10.0 (#101)
    
    Bumps [versions-maven-plugin](https://github.com/mojohaus/versions-maven-plugin) from 2.9.0 to 2.10.0.
    - [Release notes](https://github.com/mojohaus/versions-maven-plugin/releases)
    - [Changelog](https://github.com/mojohaus/versions-maven-plugin/blob/master/ReleaseNotes.md)
    - [Commits](https://github.com/mojohaus/versions-maven-plugin/compare/versions-maven-plugin-2.9.0...versions-maven-plugin-2.10.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>
    
    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 3bf5e35..0cf63e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -673,7 +673,7 @@
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>versions-maven-plugin</artifactId>
           <!-- Version 2.2 causes an NPE with Maven 3.3.9 -->
-          <version>2.9.0</version>
+          <version>2.10.0</version>
         </plugin>
         <plugin>
           <groupId>org.jacoco</groupId>