Skip to content

Commit d23228f

Browse files
committed
2 parents 5d2737f + e5c80d6 commit d23228f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ file comparators, endian transformation classes, and much more.
9393
<dependency>
9494
<groupId>org.apache.commons</groupId>
9595
<artifactId>commons-lang3</artifactId>
96-
<version>3.17.0</version>
96+
<version>3.18.0</version>
9797
<scope>test</scope>
9898
</dependency>
9999
<dependency>

src/changes/changes.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ The <action> type attribute can be add,update,fix,remove.
7979
<action dev="ggregory" type="add" issue="IO-279" due-to="Joerg Budischewski, Gary Gregory">Add Tailer ignoreTouch option #757.</action>
8080
<!-- UPDATE -->
8181
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump commons.bytebuddy.version from 1.17.5 to 1.17.6 #754.</action>
82-
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 81 to 85.</action>
82+
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 81 to 85.</action>
83+
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 #761.</action>
8384
</release>
8485
<release version="2.19.0" date="2025-04-08" description="Version 2.19.0: Java 8 or later is required.">
8586
<!-- FIX -->

0 commit comments

Comments
 (0)