You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/10/02 12:51:33 UTC

[maven-jlink-plugin] branch master updated: Bump commons-io from 2.10.0 to 2.11.0

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new daa91c6  Bump commons-io from 2.10.0 to 2.11.0
daa91c6 is described below

commit daa91c60aa7c6bf1e5505ee31b82df228f0295d6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jul 14 04:07:00 2021 +0000

    Bump commons-io from 2.10.0 to 2.11.0
    
    Bumps commons-io from 2.10.0 to 2.11.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1e28946..3de98b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.10.0</version>
+      <version>2.11.0</version>
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>