You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by ct...@apache.org on 2022/05/21 09:57:17 UTC

[fluo-recipes] branch main updated: Bump commons-io from 2.4 to 2.7 (#162)

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

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo-recipes.git


The following commit(s) were added to refs/heads/main by this push:
     new 29036ca  Bump commons-io from 2.4 to 2.7 (#162)
29036ca is described below

commit 29036ca4531b15ec7171e74f38ab873dd0a18c5b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat May 21 05:57:12 2022 -0400

    Bump commons-io from 2.4 to 2.7 (#162)
    
    Bumps commons-io from 2.4 to 2.7.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 78d963f..828edd4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.4</version>
+        <version>2.7</version>
       </dependency>
       <dependency>
         <groupId>javax.servlet</groupId>