This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch 1.10
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/1.10 by this push:
     new 5e4cdcd  Update commons-* libraries (#1687)
5e4cdcd is described below

commit 5e4cdcd6932da6f63c5d566eb958fa1d1f20eed4
Author: Mike Miller <mmil...@apache.org>
AuthorDate: Mon Aug 17 10:40:15 2020 -0400

    Update commons-* libraries (#1687)
    
    * Update commons-cli to 1.4
    * Update commons-codec to 1.14
    * Update commons-io to 2.7
    * Update commons-lang to 2.6
    * Update commons-logging to 1.2
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 51a077b..3b30cd8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,12 +185,12 @@
       <dependency>
         <groupId>commons-cli</groupId>
         <artifactId>commons-cli</artifactId>
-        <version>1.2</version>
+        <version>1.4</version>
       </dependency>
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.4</version>
+        <version>1.14</version>
       </dependency>
       <dependency>
         <groupId>commons-collections</groupId>
@@ -205,17 +205,17 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.4</version>
+        <version>2.7</version>
       </dependency>
       <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
-        <version>2.4</version>
+        <version>2.6</version>
       </dependency>
       <dependency>
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging</artifactId>
-        <version>1.1.1</version>
+        <version>1.2</version>
       </dependency>
       <dependency>
         <groupId>javax.servlet</groupId>

Reply via email to