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/09/05 18:05:03 UTC

[maven-pdf-plugin] 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-pdf-plugin.git


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

commit 16b6a45992dea780ed8ba314d8eab5ad02f4f2b9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Sep 5 17:54:53 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 2931e2c..3094528 100644
--- a/pom.xml
+++ b/pom.xml
@@ -239,7 +239,7 @@ under the License.
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.6</version>
+      <version>2.7</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>