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/09/09 14:29:20 UTC

[commons-build-plugin] branch master updated: Bump versions-maven-plugin from 2.11.0 to 2.12.0 (#81)

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-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d01c6e  Bump versions-maven-plugin from 2.11.0 to 2.12.0 (#81)
3d01c6e is described below

commit 3d01c6ec2b9711f4ce23e595ea21977e420a5207
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Sep 9 07:29:15 2022 -0700

    Bump versions-maven-plugin from 2.11.0 to 2.12.0 (#81)
    
    Bumps [versions-maven-plugin](https://github.com/mojohaus/versions-maven-plugin) from 2.11.0 to 2.12.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.11.0...versions-maven-plugin-2.12.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 110c108..a0dcf0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,7 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>versions-maven-plugin</artifactId>
         <!-- Version 2.2 causes an NPE with Maven 3.3.9 -->
-        <version>2.11.0</version>
+        <version>2.12.0</version>
       </plugin>
       <plugin>
         <groupId>com.github.spotbugs</groupId>