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 2023/11/17 14:27:54 UTC

(commons-io) branch master updated: Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 (#512)

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-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 71422894 Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 (#512)
71422894 is described below

commit 7142289424e9dafc237a5539913132b0defa19df
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Nov 17 09:27:48 2023 -0500

    Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 (#512)
    
    Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.1.0 to 3.1.1.
    - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
    - [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/exec-maven-plugin-3.1.0...3.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:exec-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 08f43e51..1edf5443 100644
--- a/pom.xml
+++ b/pom.xml
@@ -571,7 +571,7 @@ file comparators, endian transformation classes, and much more.
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>exec-maven-plugin</artifactId>
-            <version>3.1.0</version>
+            <version>3.1.1</version>
             <executions>
               <execution>
                 <id>benchmark</id>