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 be43bb71 Bump commons-lang3 from 3.12.0 to 3.13.0 be43bb71 is described below commit be43bb7176219ee8914ed09b008ba23a4aa96106 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 30 11:57:40 2023 -0400 Bump commons-lang3 from 3.12.0 to 3.13.0 --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c014249d..15a29ba7 100644 --- a/pom.xml +++ b/pom.xml @@ -126,7 +126,7 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Tel <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.12.0</version> + <version>3.13.0</version> <scope>test</scope> </dependency> </dependencies> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4940fe1d..6787a61d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -152,6 +152,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory"> Bump commons-io from 2.11.0 to 2.13.0. </action> + <action type="update" dev="ggregory" due-to="Gary Gregory"> + Bump commons-lang3 from 3.12.0 to 3.13.0. + </action> </release> <release version="3.9.0" date="2022-11-26" description="Maintenance and bug fix release (Java 8)."> <!-- FIX -->