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


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

commit e8eff5bd369f4fc3aebd4df625a91aefaea4bc2f
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Nov 29 17:50:58 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index a15c1572..2eb7456e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@ Supported protocols include Echo, Finger, FTP, NNTP, NTP, 
POP3(S), SMTP(S), Teln
         <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 de5db7f2..18cdb888 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -72,6 +72,8 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Dependabot">Bump 
commons-parent from 62 to 64.</action>
       <action type="update" dev="ggregory" due-to="Dependabot">Bump 
org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 #197.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-lang3 from 3.13.0 to 3.14.0.</action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-io from 2.15.0 to 2.15.1 #11.</action>
+      
     </release>
     <release version="3.10.0" date="2023-10-01" description="Maintenance and 
bug fix release (Java 8 or above).">
       <!-- ADD -->

Reply via email to