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 b6e283c Update commons-lang3 3.11 -> 3.12.0.
b6e283c is described below
commit b6e283c25609d8d523119940ebbdba6444b9db95
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Mar 1 21:49:49 2021 -0500
Update commons-lang3 3.11 -> 3.12.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 5c4a946..ef4816f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -584,7 +584,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.11</version>
+ <version>3.12.0</version>
</dependency>
<!-- Test FTP with Apache FTP Server (MINA) -->
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dbf8ff8..d70e6c7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -218,6 +218,9 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="VFS-795" dev="kinow" due-to="Max Kellermann"
type="update">
Code improvements for SoftRefFilesCache (simplify loop, use isEmpty,
...).
</action>
+ <action dev="ggregory" due-to="Gary Gregory" type="update">
+ Update commons-lang3 3.11 -> 3.12.0.
+ </action>
</release>
<release version="2.7.0" date="2020-10-26" description="Maintenance
release. Requires Java 8.">
<action issue="VFS-753" dev="ggregory" due-to="John Webb, Gary Gregory"
type="fix">