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/11/29 22:40:06 UTC

(commons-bcel) branch master updated: Bump commons-io from 2.15.0 to 2.15.1

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 d79d7fe2 Bump commons-io from 2.15.0 to 2.15.1
d79d7fe2 is described below

commit d79d7fe29a88fc778c8af2f5a1f35d29d0fc1832
Author: Gary David Gregory (Code signing key) <gg...@apache.org>
AuthorDate: Wed Nov 29 17:40:01 2023 -0500

    Bump commons-io from 2.15.0 to 2.15.1
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c8800489..d201c6ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -469,7 +469,7 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.15.0</version>
+      <version>2.15.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -561,7 +561,7 @@
         <dependency>
           <groupId>commons-io</groupId>
           <artifactId>commons-io</artifactId>
-          <version>2.14.0</version>
+          <version>2.15.1</version>
           <scope>test</scope>
         </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b4bd796f..6d422d58 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -93,7 +93,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 65 #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.9.21 #217, #219, #227, #231, #235, #245, #247.</action>
-      <action                  type="update" dev="ggregory" due-to="Dependabot">Bump commons-io from 2.11.0 to 2.15.0.</action>
+      <action                  type="update" dev="ggregory" due-to="Dependabot">Bump commons-io from 2.11.0 to 2.15.1.</action>
       <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-lang3 from 3.12.0 to 3.14.0.</action>
       <action                  type="update" dev="ggregory" due-to="Gary Gregory">Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 #246.</action>
     </release>