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-text.git
commit 708d06f6ddadbe97a25edf25a7380122eae117a0 Author: Gary Gregory <[email protected]> AuthorDate: Fri Jan 2 17:39:34 2026 -0500 Bump org.apache.commons:commons-parent from 93 to 94 --- pom.xml | 2 +- src/changes/changes.xml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d79a4eeb..7840ddf8 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>93</version> + <version>94</version> </parent> <artifactId>commons-text</artifactId> <version>1.15.1-SNAPSHOT</version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b45a1061..aa3adb90 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -48,8 +48,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Dominik Stadler, Gary Gregory">Improve test coverage #732.</action> <!-- ADD --> <!-- UPDATE --> - <action type="fix" dev="ggregory" due-to="Gary Gregory">Bump the level of test coverage checks.</action> - <action type="fix" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons.bytebuddy.version from 1.18.2 to 1.18.3 #734.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 93 to 94.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump the level of test coverage checks.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons.bytebuddy.version from 1.18.2 to 1.18.3 #734.</action> </release> <release version="1.15.0" date="2025-12-04" description="Release 1.15.0. This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->
