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-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 73cb537 Update tests from Apache Commons Lang 3.9 to 3.10. 73cb537 is described below commit 73cb5372d1d04cfc1c2acad1bed7a105c6cf4833 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 27 14:38:40 2020 -0400 Update tests from Apache Commons Lang 3.9 to 3.10. --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 144ccd0..02874ba 100644 --- a/pom.xml +++ b/pom.xml @@ -564,7 +564,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.9</version> + <version>3.10</version> </dependency> <!-- Test FTP with Apache FTP Server (MINA) --> <dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6054b5a..bb13c0d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -65,6 +65,9 @@ The <action> type attribute can be add,update,fix,remove. <action issue="VFS-757" dev="ggregory" due-to="ddg-igh" type="add"> [SFTP] Configure whether exec detection is enabled #80. </action> + <action type="update" dev="ggregory" due-to="Gary Gregory"> + Update tests from Apache Commons Lang 3.9 to 3.10. + </action> </release> <release version="2.6.0" date="2020-06-01" description="New features and bug fix release."> <action dev="ggregory" due-to="Eitan Adler" type="fix">