This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git
commit 08e7dfa0b74632cd4644588035be1028d6649b83
Author: Christopher Tubbs <ctubbsii@apache.org>
AuthorDate: Mon Feb 26 23:10:46 2018 -0500
ACCUMULO-4828 Update commons-vfs2 to 2.2
Improve VFS stability by updating to the latest bugfix release of
commons-vfs2, which is version 2.2.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 751ca6c..6491202 100644
--- a/pom.xml
+++ b/pom.xml
@@ -356,7 +356,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2</artifactId>
- <version>2.1</version>
+ <version>2.2</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
--
To stop receiving notification emails like this one, please contact
ctubbsii@apache.org.
|