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

gaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 1be7fb5  Bump commons-io from 2.4 to 2.7 in /blobstore-uploader
1be7fb5 is described below

commit 1be7fb51c244a57b51a716d63e3b2bbc831d1d07
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 31 09:57:52 2022 +0000

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

diff --git a/blobstore-uploader/pom.xml b/blobstore-uploader/pom.xml
index 5278ea9..ae7d284 100644
--- a/blobstore-uploader/pom.xml
+++ b/blobstore-uploader/pom.xml
@@ -54,7 +54,7 @@
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
-           <version>2.4</version>
+           <version>2.7</version>
        </dependency>
        <dependency>
            <groupId>commons-codec</groupId>

Reply via email to