Skip to content

Commit e4806de

Browse files
committed
Bump commons-codec:commons-codec from 1.20.0 to 1.21.0.
1 parent ad6edae commit e4806de

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
<dependency>
154154
<groupId>commons-codec</groupId>
155155
<artifactId>commons-codec</artifactId>
156-
<version>1.20.0</version>
156+
<version>1.21.0</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>org.apache.commons</groupId>

src/changes/changes.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
<author email="dev@commons.apache.org">Apache Commons Developers</author>
2525
</properties>
2626
<body>
27+
<release version="1.9.3" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
28+
<!-- FIX -->
29+
<!-- ADD -->
30+
<!-- UPDATE -->
31+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-codec:commons-codec from 1.20.0 to 1.21.0.</action>
32+
</release>
2733
<release version="1.9.2" date="2026-01-25" description="This is a feature and maintenance release. Java 8 or later is required.">
2834
<!-- FIX -->
2935
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT plugin console warnings.</action>
@@ -42,7 +48,7 @@
4248
<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>
4349
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-codec:commons-codec from 1.19.0 to 1.21.0.</action>
4450
<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>
45-
<!-- UPDATE -->
51+
<!-- REMOVE -->
4652
<action type="remove" dev="ggregory" due-to="Gary Gregory">Skip JApiCmp plugin for this component.</action>
4753
</release>
4854
<release version="1.9.1" date="2025-07-22" description="Version 1.9.1.">

0 commit comments

Comments
 (0)