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

commit af594689274e06a624a1ee0f069b29c81d71181e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Oct 25 17:52:05 2023 -0400

    Bump commons-io from 2.14.0 to 2.15.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 e044ea0..638cab3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -266,7 +266,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.13.0</version>
+            <version>2.15.0</version>
             <scope>test</scope>
         </dependency>
        <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5625202..fbf9b7d 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.13.0.
+        Bump tests commons-io:commons-io 2.6 to 2.15.0.
       </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