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


The following commit(s) were added to refs/heads/main by this push:
     new 04debf99 Bump commons-io from 2.6 to 2.7 (#1118)
04debf99 is described below

commit 04debf99df099442376febe48b05be807a267e3f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 21 07:34:58 2022 -0400

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

diff --git a/pom.xml b/pom.xml
index d60fe8f4..e36c7992 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.6</version>
+        <version>2.7</version>
       </dependency>
       <dependency>
         <groupId>io.dropwizard.metrics</groupId>

Reply via email to