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
The following commit(s) were added to refs/heads/master by this push:
new 3b3d5d14 Bump org.apache.commons:commons-parent from 96 to 97.
3b3d5d14 is described below
commit 3b3d5d140c254096e0c57b315e02ef29c83793de
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Feb 28 07:54:37 2026 -0500
Bump org.apache.commons:commons-parent from 96 to 97.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index f2049d7f..9f9b598f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>96</version>
+ <version>97</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 4bfbe4f8..55725d02 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,7 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" issue="TEXT-239" due-to="Dominik
Stadler, Gary Gregory">TextStringBuilder.append(char[], int, int) uses wrong
variable in exception message #735.</action>
<!-- ADD -->
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 96.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 97.</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.4 #734.</action>
</release>