Skip to content

Commit 2b7412d

Browse files
committed
Bump commons-codec:commons-codec from 1.17.1 to 1.17.2
1 parent ea12ff5 commit 2b7412d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ file comparators, endian transformation classes, and much more.
9696
<dependency>
9797
<groupId>commons-codec</groupId>
9898
<artifactId>commons-codec</artifactId>
99-
<version>1.17.1</version>
99+
<version>1.17.2</version>
100100
<scope>test</scope>
101101
</dependency>
102102
<dependency>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
6363
<action dev="ggregory" type="add" due-to="Gary Gregory">Add RandomAccessFileInputStream.copy(long, long, OutputStream).</action>
6464
<!-- UPDATE -->
6565
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump commons.bytebuddy.version from 1.15.10 to 1.15.11 #710.</action>
66+
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-codec:commons-codec from 1.17.1 to 1.17.2.</action>
6667
</release>
6768
<release version="2.18.0" date="2024-11-16" description="Version 2.18.0: Java 8 is required.">
6869
<!-- FIX -->

0 commit comments

Comments
 (0)