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-fileupload.git
The following commit(s) were added to refs/heads/master by this push:
new 5143ead9 Bump commons-lang3 from 3.13.0 to 3.14.0
5143ead9 is described below
commit 5143ead9516ed481c8f472c5328715547a6434d4
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 22 08:59:11 2023 -0500
Bump commons-lang3 from 3.13.0 to 3.14.0
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index bffea33d..04b5649c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,7 +249,7 @@
<commons.osgi.dynamicImport>javax.portlet</commons.osgi.dynamicImport>
<commons.servlet-api.version>2.5</commons.servlet-api.version>
<commons.io.version>2.15.0</commons.io.version>
- <commons.lang3.version>3.13.0</commons.lang3.version>
+ <commons.lang3.version>3.14.0</commons.lang3.version>
<japicmp.skip>true</japicmp.skip>
<clirr.skip>true</clirr.skip>
<animal.sniffer.skip>true</animal.sniffer.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 64e50dee..137e1278 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -57,7 +57,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- UDPATE -->
<action dev="ggregory" type="update"
due-to="Dependabot">Bump Java from 8 to 11.</action>
<action dev="ggregory" type="update" due-to="Gary
Gregory">Bump commons-parent from 58 to 64.</action>
- <action dev="ggregory" type="update" due-to="Gary
Gregory">Bump commons-lang3 from 3.12.0 to 3.13.0.</action>
+ <action dev="ggregory" type="update" due-to="Gary
Gregory">Bump commons-lang3 from 3.12.0 to 3.14.0.</action>
<action dev="ggregory" type="update" due-to="Gary
Gregory">Bump commons-io from 2.13.0 to 2.15.0.</action>
</release>
<release version="2.0.0-M1" date="2023-07-14" description="2.0.0-M1
Release">