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 2022/04/27 21:58:40 UTC

[maven-resources-plugin] branch master updated: Bump commons-io from 1.4 to 2.7 in /src/it/user-filters

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-resources-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new f928ced  Bump commons-io from 1.4 to 2.7 in /src/it/user-filters
f928ced is described below

commit f928cedae45837aff53e1b1795f585e426596a06
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Apr 27 19:22:03 2022 +0000

    Bump commons-io from 1.4 to 2.7 in /src/it/user-filters
    
    Bumps commons-io from 1.4 to 2.7.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 src/it/user-filters/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/user-filters/pom.xml b/src/it/user-filters/pom.xml
index f7feb10..0901caa 100644
--- a/src/it/user-filters/pom.xml
+++ b/src/it/user-filters/pom.xml
@@ -55,7 +55,7 @@
           <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>1.4</version>
+            <version>2.7</version>
           </dependency>          
         </dependencies>
       </plugin>