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-release-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new e4806de Bump commons-codec:commons-codec from 1.20.0 to 1.21.0.
e4806de is described below
commit e4806de644d26a547f40bcc427ed6bfe930f0980
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 29 17:36:10 2026 -0500
Bump commons-codec:commons-codec from 1.20.0 to 1.21.0.
---
pom.xml | 2 +-
src/changes/changes.xml | 8 +++++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 351f29c..d710c6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.20.0</version>
+ <version>1.21.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c79fd7e..fb3d6a5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,6 +24,12 @@
<author email="[email protected]">Apache Commons Developers</author>
</properties>
<body>
+ <release version="1.9.3" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
+ <!-- FIX -->
+ <!-- ADD -->
+ <!-- UPDATE -->
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-codec:commons-codec from 1.20.0 to 1.21.0.</action>
+ </release>
<release version="1.9.2" date="2026-01-25" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT
plugin console warnings.</action>
@@ -42,7 +48,7 @@
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.codehaus.plexus:plexus-velocity from 2.2.1 to 2.3.0
#407.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-codec:commons-codec from 1.19.0 to 1.21.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness
from 3.3.0 to 3.4.0 #416.</action>
- <!-- UPDATE -->
+ <!-- REMOVE -->
<action type="remove" dev="ggregory" due-to="Gary Gregory">Skip JApiCmp
plugin for this component.</action>
</release>
<release version="1.9.1" date="2025-07-22" description="Version 1.9.1.">