You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by me...@apache.org on 2022/05/16 18:17:02 UTC

[myfaces-build-tools] branch master updated: Bump commons-io from 1.4 to 2.7 in /maven2-plugins/myfaces-jsdoc-plugin (#18)

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

melloware pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-build-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new fc4c5b3d Bump commons-io from 1.4 to 2.7 in /maven2-plugins/myfaces-jsdoc-plugin (#18)
fc4c5b3d is described below

commit fc4c5b3dccf1b3f7d51e9a3008a15521e928649e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon May 16 14:16:57 2022 -0400

    Bump commons-io from 1.4 to 2.7 in /maven2-plugins/myfaces-jsdoc-plugin (#18)
    
    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>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 maven2-plugins/myfaces-jsdoc-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven2-plugins/myfaces-jsdoc-plugin/pom.xml b/maven2-plugins/myfaces-jsdoc-plugin/pom.xml
index 6009f131..6a0252a3 100644
--- a/maven2-plugins/myfaces-jsdoc-plugin/pom.xml
+++ b/maven2-plugins/myfaces-jsdoc-plugin/pom.xml
@@ -120,7 +120,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>1.4</version>
+            <version>2.7</version>
         </dependency>
         
         <dependency>