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 b28ce13  Bump commons-io from 2.8.0 to 2.9.0
     new 33ab7ac  Merge branch 'pr-152'
b28ce13 is described below

commit b28ce13be58cb0e6de894be191ed4e8e3543f109
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 26 05:07:21 2021 +0000

    Bump commons-io from 2.8.0 to 2.9.0
    
    Bumps commons-io from 2.8.0 to 2.9.0.
    
    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 50816d3..e8e4486 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,7 +238,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.8.0</version>
+      <version>2.9.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a82e442..af60393 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.8.0 #96.
+        Bump commons-io from 2.7 to 2.9.0 #96 #152.
       </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