Skip to content

Commit f223c0c

Browse files
committed
Bump commons-lang3 from 3.13.0 to 3.14.0
1 parent c78a232 commit f223c0c

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
@@ -285,7 +285,7 @@ file comparators, endian transformation classes, and much more.
285285
<dependency>
286286
<groupId>org.apache.commons</groupId>
287287
<artifactId>commons-lang3</artifactId>
288-
<version>3.13.0</version>
288+
<version>3.14.0</version>
289289
<scope>test</scope>
290290
</dependency>
291291
<dependency>

src/changes/changes.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ The <action> type attribute can be add,update,fix,remove.
5353
<action dev="ggregory" type="fix" due-to="Stephan Markwalder, Gary Gregory">Add test for FileChannels.contentEquals() #509.</action>
5454
<action dev="ggregory" type="fix" due-to="Gary Gregory">Fix FileChannels.contentEquals().</action>
5555
<!-- UPDATE -->
56-
<action dev="ggregory" type="fix" due-to="Gary Gregory">Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 #512.</action>
56+
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 #512.</action>
57+
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-lang3 from 3.13.0 to 3.14.0.</action>
5758
</release>
5859
<release version="2.15.0" date="2023-10-21" description="Java 8 is required.">
5960
<!-- FIX -->

0 commit comments

Comments
 (0)