You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/07 23:50:38 UTC

[commons-bcel] branch master updated: Bump commons-io from 2.12.0 to 2.13.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 66a5ef91 Bump commons-io from 2.12.0 to 2.13.0
66a5ef91 is described below

commit 66a5ef919c1a51d32164c9d03c31d60ae2688221
Author: Gary David Gregory (Code signing key) <gg...@apache.org>
AuthorDate: Wed Jun 7 19:50:33 2023 -0400

    Bump commons-io from 2.12.0 to 2.13.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 38b2e8ed..310fb632 100644
--- a/pom.xml
+++ b/pom.xml
@@ -557,7 +557,7 @@
         <dependency>
           <groupId>commons-io</groupId>
           <artifactId>commons-io</artifactId>
-          <version>2.12.0</version>
+          <version>2.13.0</version>
           <scope>test</scope>
         </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d79a28d6..d8689bb2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -87,7 +87,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 54 to 58 #189, #198, #222.</action>
       <action                  type="update" dev="ggregory" due-to="Dependabot">Bump jna.version from 5.12.1 to 5.13.0 #203.</action>
       <action                  type="update" dev="ggregory" due-to="Dependabot">Bump kotlin-stdlib from 1.8.10 to 1.8.21 #217, #219.</action>
-      <action                  type="update" dev="ggregory" due-to="Dependabot">Bump commons-io from 2.11.0 to 2.12.0.</action>
+      <action                  type="update" dev="ggregory" due-to="Dependabot">Bump commons-io from 2.11.0 to 2.13.0.</action>
     </release>
     <release version="6.7.0" date="2022-11-28" description="Maintenance and bug fix release.">
       <!-- ADD -->