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-net.git
The following commit(s) were added to refs/heads/master by this push:
new 746e1565 Bump commons-lang3 from 3.13.0 to 3.14.0
746e1565 is described below
commit 746e156517b2190948fe97cdf08c59e76efbeba4
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 22 09:15:29 2023 -0500
Bump commons-lang3 from 3.13.0 to 3.14.0
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1dafb646..a15c1572 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@ Supported protocols include Echo, Finger, FTP, NNTP, NTP,
POP3(S), SMTP(S), Teln
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.13.0</version>
+ <version>3.14.0</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2ab83685..de5db7f2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -71,6 +71,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Dependabot">Bump
commons-parent from 62 to 64.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Bump
org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 #197.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-lang3 from 3.13.0 to 3.14.0.</action>
</release>
<release version="3.10.0" date="2023-10-01" description="Maintenance and
bug fix release (Java 8 or above).">
<!-- ADD -->