You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/07/22 00:17:49 UTC

[commons-io] branch master updated: Bump exec-maven-plugin from 3.0.0 to 3.1.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0b1cbfdb Bump exec-maven-plugin from 3.0.0 to 3.1.0
0b1cbfdb is described below

commit 0b1cbfdb39ee2cfc1071b97918b1b3e9bba5efdd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jul 22 00:02:26 2022 +0000

    Bump exec-maven-plugin from 3.0.0 to 3.1.0
    
    Bumps [exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
    - [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/exec-maven-plugin-3.0.0...exec-maven-plugin-3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:exec-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a240b411..e6b7c975 100644
--- a/pom.xml
+++ b/pom.xml
@@ -614,7 +614,7 @@ file comparators, endian transformation classes, and much more.
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>exec-maven-plugin</artifactId>
-            <version>3.0.0</version>
+            <version>3.1.0</version>
             <executions>
               <execution>
                 <id>benchmark</id>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6b372df6..d8fa98f5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -479,6 +479,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Bump apache-rat from 0.13 to 0.14.
       </action>
+      <action dev="kinow" type="update" due-to="Dependabot">
+        Bump exec-maven-plugin from 3.0.0 to 3.1.0 #369.
+      </action>
     </release>
     <release version="2.11.0" date="2021-07-09" description="Java 8 required.">
       <!-- FIX -->