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 271ba48  Updates for modern Java versions.
271ba48 is described below

commit 271ba481f2db85ec9f3de1fcd8738eb3ec14c531
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jul 26 15:48:24 2021 -0400

    Updates for modern Java versions.
    
    - Bump commons.jacoco.version from 0.8.6 to 0.8.7.
    - Bump commons.japicmp.version from 0.14.3 to 0.15.3.
    - Bump commons.surefire.version from 2.22.2 to 3.0.0-M5.
---
 pom.xml                 |  3 +++
 src/changes/changes.xml | 11 ++++++++++-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index af6e535..9f8397e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,6 +67,9 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, 
POP3(S), SMTP(S), Tel
         <!-- Local version defines -->
         
<commons.changes.onlyCurrentVersion>true</commons.changes.onlyCurrentVersion>
         <clirr.skip>true</clirr.skip>
+        <commons.jacoco.version>0.8.7</commons.jacoco.version>
+        <commons.japicmp.version>0.15.3</commons.japicmp.version>
+        <commons.surefire.version>3.0.0-M5</commons.surefire.version>
     </properties>
 
     <scm>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8dcd269..44c5534 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -96,11 +96,20 @@ The <action> type attribute can be add,update,fix,remove.
         Bump junit from 4.13.1 to 4.13.2 #74.
       </action>
       <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
-        Bump commons-io from 2.6 to 2.9.0 #60.
+        Bump commons-io from 2.6 to 2.11.0 #60.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Bump actions/setup-java from v1.4.3 to v2.
       </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Bump commons.jacoco.version from 0.8.6 to 0.8.7.
+      </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Bump commons.japicmp.version from 0.14.3 to 0.15.3.
+      </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Bump commons.surefire.version from 2.22.2 to 3.0.0-M5.
+      </action>
     </release>
     <release version="3.8.0" date="2021-02-13" description="Maintenance and 
bug fix release (Java 7).">
       <!-- ADD -->

Reply via email to