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
commit 06d8f3321a9aa33bddfa05eaf196909b556fa7ea Author: Gary Gregory <[email protected]> AuthorDate: Sun Nov 23 09:00:20 2025 -0500 Bump commons-parent from 92 to 93 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 490453b4..33152325 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>91</version> + <version>93</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-email</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 156b08e9..f57b60f0 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -28,7 +28,7 @@ <!-- FIX --> <!-- ADD --> <!-- UPDATE --> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 65 to 91.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 65 to 93.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io:commons-io from 2.20.0 to 2.21.0.</action> </release> <release version="1.6.0" date="2023-12-17" description="Feature release (Java 8 or above).">
