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-codec.git
The following commit(s) were added to refs/heads/master by this push:
new 49f91e7a Bump org.apache.commons:commons-parent from 85 to 86
49f91e7a is described below
commit 49f91e7a043d28e56fe26fe2b1d1a71d78823ecf
Author: Gary D. Gregory <[email protected]>
AuthorDate: Mon Aug 18 20:30:27 2025 -0400
Bump org.apache.commons:commons-parent from 85 to 86
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2eaa5f0d..992a1273 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>85</version>
+ <version>86</version>
</parent>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6d329a05..f9fdfed2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,6 +48,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Fredrik Kjellberg, Gary
Gregory">Add org.apache.commons.codec.digest.CRC16.</action>
<!-- UPDATE -->
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 85 to 86.</action>
</release>
<release version="1.19.0" date="2025-07-19" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->