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 fcda003b17094384fdda579a59ea59becf200036 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Aug 24 16:20:08 2025 -0400 Bump org.apache.commons:commons-parent from 85 to 87 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2e950031..8c9b18d7 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>85</version> + <version>87</version> </parent> <artifactId>commons-text</artifactId> <version>1.14.1-SNAPSHOT</version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index fafac5df..66826b58 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,6 +51,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="add" dev="ggregory" due-to="Piotr P. Karwasz, Gary Gregory">Add experimental CycloneDX VEX file #683.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.bytebuddy.version from 1.17.6 to 1.17.7 #696.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 85 to 87.</action> </release> <release version="1.14.0" date="2025-07-20" description="Release 1.14.0. Requires Java 8 or above."> <!-- FIX -->