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 d794f82 [VFS-703] Update Apache Commons Lang from 3.8.1 to 3.9. d794f82 is described below commit d794f824d2c19a399fd3dbdf86d826bb6cb026b1 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sun Apr 14 20:36:14 2019 -0400 [VFS-703] Update Apache Commons Lang from 3.8.1 to 3.9. --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9c67f5a..92b6e90 100644 --- a/pom.xml +++ b/pom.xml @@ -490,7 +490,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.8.1</version> + <version>3.9</version> </dependency> <!-- Test FTP with Apache FTP Server (MINA) --> <dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index eed77f5..0873faf 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -80,6 +80,9 @@ The <action> type attribute can be add,update,fix,remove. <action issue="VFS-702" dev="ggregory" type="update" due-to="Boris Petrov"> Simplify adding files to DefaultFileMonitor #57. </action> + <action issue="VFS-703" dev="ggregory" type="update" due-to="Gary Gregory"> + Update Apache Commons Lang from 3.8.1 to 3.9. + </action> </release> <release version="2.3" date="2019-02-01" description="New features and bug fix release."> <action issue="VFS-645" dev="ggregory" type="fix">