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 62369354 Bump commons-lang3 from 3.12.0 to 3.13.0
62369354 is described below
commit 62369354734faf07cc0fc61420a830a4723ee081
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 30 11:27:34 2023 -0400
Bump commons-lang3 from 3.12.0 to 3.13.0
---
pom.xml | 2 +-
src/changes/changes.xml | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index a32a01aa..c4e8e745 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,7 +271,7 @@ file comparators, endian transformation classes, and much
more.
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.12.0</version>
+ <version>3.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d43b8beb..7a7e8d14 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -126,7 +126,10 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update" due-to="Gary Gregory">
Bump commons-parent from 58 to 59.
</action>
- </release>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">
+ Bump commons-lang3 from 3.12 to 3.13.0.
+ </action>
+ </release>
<release version="2.13.0" date="2023-06-03" description="Java 8 required.">
<!-- FIX -->
<action issue="IO-791" dev="ggregory" type="fix" due-to="Chad Wilson,
Gary Gregory">