Skip to content

Commit f5a2cec

Browse files
committed
Bump org.apache.commons:commons-parent from 97 to 98
1 parent 850d2bb commit f5a2cec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ limitations under the License.
2424
<parent>
2525
<groupId>org.apache.commons</groupId>
2626
<artifactId>commons-parent</artifactId>
27-
<version>97</version>
27+
<version>98</version>
2828
</parent>
2929
<groupId>commons-codec</groupId>
3030
<artifactId>commons-codec</artifactId>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The <action> type attribute can be add,update,fix,remove.
5454
<action type="add" dev="ggregory" due-to="Gary Gregory">Add BaseNCodecInputStream.AbstracBuilder.setByteArray(byte[]).</action>
5555
<action type="add" issue="CODEC-335" dev="pkarwasz" due-to="Piotr P. Karwasz">Add DigestUtils.gitBlob() and DigestUtils.gitTree() to compute Git blob and tree object identifiers.</action>
5656
<!-- UPDATE -->
57-
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 96 to 97.</action>
57+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 96 to 98.</action>
5858
</release>
5959
<release version="1.21.0" date="2026-01-23" description="This is a feature and maintenance release. Java 8 or later is required.">
6060
<!-- FIX -->

0 commit comments

Comments
 (0)