This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-email.git


The following commit(s) were added to refs/heads/1.x by this push:
     new 26ae4cde Bump org.apache.commons:commons-parent from 97 to 98
26ae4cde is described below

commit 26ae4cded68a24d9960997256e267476e0d3c80e
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 7 12:42:31 2026 -0400

    Bump org.apache.commons:commons-parent from 97 to 98
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e3baf966..08f92e8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
     <parent>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-parent</artifactId>
-      <version>97</version>
+      <version>98</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>commons-email</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6feff055..6aec5211 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,7 +31,7 @@
       <action type="fix" dev="ggregory" due-to="Gary Gregory, Henri Cook, 
Sebb">MultiPartEmail attach methods now throw an IOException if the given file 
is a directory.</action>
       <!-- ADD -->
       <!-- UPDATE -->
-      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-parent from 65 to 97.</action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-parent from 65 to 98.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-io:commons-io from 2.20.0 to 2.21.0.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory, Henri 
Cook">Bump com.sun.mail:jakarta.mail from 1.6.7 to 1.6.8.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons.mockito.version from 5.21.0 to 5.23.0 on Java 17+.</action>

Reply via email to