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-email.git


The following commit(s) were added to refs/heads/master by this push:
     new be25120  Bump commons-io from 2.15.0 to 2.15.1
be25120 is described below

commit be251205596e894900de70450fc3e57d66545e52
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Nov 29 17:45:25 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index 21d60ab..9852670 100644
--- a/pom.xml
+++ b/pom.xml
@@ -266,7 +266,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>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 233374a..76003b8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -89,7 +89,7 @@
         Bump maven-pmd-plugin from 3.13.0 to 3.19.0 #34, #72, #79, #94.
       </action>
       <action type="update" due-to="Gary Gregory">
-        Bump tests commons-io:commons-io 2.6 to 2.15.0.
+        Bump tests commons-io:commons-io 2.6 to 2.15.1.
       </action>
       <action type="update" due-to="Gary Gregory" dev="ggregory">
         Bump jacoco from 0.8.6 to 0.8.8; fixes jacoco on Java 17.

Reply via email to