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/08/22 20:04:35 UTC

[maven-doxia-converter] branch master updated: Bump commons-io from 2.6 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-doxia-converter.git


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

commit 7163a46551c284071330895c636d46cc04c30103
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jul 14 04:01:26 2021 +0000

    Bump commons-io from 2.6 to 2.11.0
    
    Bumps commons-io from 2.6 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 3ca51f6..aecf2e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@ under the License.
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.6</version>
+      <version>2.11.0</version>
     </dependency>
     <dependency>
       <groupId>com.ibm.icu</groupId>