Skip to content

Commit 20c7b0b

Browse files
committed
Bump tests commons-codec:commons-codec from 1.16.1 to 1.17.0
1 parent f852ef8 commit 20c7b0b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ file comparators, endian transformation classes, and much more.
102102
<dependency>
103103
<groupId>commons-codec</groupId>
104104
<artifactId>commons-codec</artifactId>
105-
<version>1.16.1</version>
105+
<version>1.17.0</version>
106106
<scope>test</scope>
107107
</dependency>
108108
<dependency>

src/changes/changes.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ The <action> type attribute can be add,update,fix,remove.
4949
<release version="2.16.2" date="YYYY-MM-DD" description="Java 8 is required.">
5050
<!-- FIX -->
5151
<!-- UPDATE -->
52-
<action dev="ggregory" type="update" due-to="Dependabot">Bump commons.bytebuddy.version from 1.14.13 to 1.14.14 #615.</action>
52+
<action dev="ggregory" type="update" due-to="Dependabot">Bump tests commons.bytebuddy.version from 1.14.13 to 1.14.14 #615.</action>
53+
<action dev="ggregory" type="update" due-to="Dependabot">Bump tests commons-codec:commons-codec from 1.16.1 to 1.17.0.</action>
5354
</release>
5455
<release version="2.16.1" date="2024-04-04" description="Java 8 is required.">
5556
<!-- FIX -->

0 commit comments

Comments
 (0)