This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new f223c0c9 Bump commons-lang3 from 3.13.0 to 3.14.0
f223c0c9 is described below
commit f223c0c9b43f66282f9623678833360d591459d8
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 22 09:08:31 2023 -0500
Bump commons-lang3 from 3.13.0 to 3.14.0
---
pom.xml | 2 +-
src/changes/changes.xml | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1edf5443..c9cdd904 100644
--- a/pom.xml
+++ b/pom.xml
@@ -285,7 +285,7 @@ file comparators, endian transformation classes, and much
more.
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.13.0</version>
+ <version>3.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 52b6abe5..cc57c611 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,7 +53,8 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="fix" due-to="Stephan Markwalder, Gary
Gregory">Add test for FileChannels.contentEquals() #509.</action>
<action dev="ggregory" type="fix" due-to="Gary Gregory">Fix
FileChannels.contentEquals().</action>
<!-- UPDATE -->
- <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>
+ <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>
+ <action dev="ggregory" type="update" due-to="Gary Gregory">Bump
commons-lang3 from 3.13.0 to 3.14.0.</action>
</release>
<release version="2.15.0" date="2023-10-21" description="Java 8 is
required.">
<!-- FIX -->