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

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ef29a7  Bump commons-io from 2.9.0 to 2.10.0
     new 471475c  Merge branch 'pr-153'
5ef29a7 is described below

commit 5ef29a7d45356112ace2054c5aa2d06a9715ff33
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 14 06:13:16 2021 +0000

    Bump commons-io from 2.9.0 to 2.10.0
    
    Bumps commons-io from 2.9.0 to 2.10.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e8e4486..a47bf7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,7 +238,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.9.0</version>
+      <version>2.10.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index af60393..f859f37 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -85,7 +85,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump actions/setup-java from v1.4.0 to v2 #92 #95 #101 #127.
       </action>
       <action dev="kinow" type="update" due-to="Dependabot">
-        Bump commons-io from 2.7 to 2.9.0 #96 #152.
+        Bump commons-io from 2.7 to 2.10.0 #96 #152 #153.
       </action>
       <action dev="kinow" type="update" due-to="Dependabot">
         Bump junit-jupiter from 5.6.2 to 5.7.2 #97 #119 #151.

Reply via email to