You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2019/02/19 15:14:58 UTC

[knox] 02/03: KNOX-1781 - Upgrade commons-codec to 1.12

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

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git

commit 88dda9684886e28a9e6d7b17abe4276877449c91
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Tue Feb 19 09:28:34 2019 -0500

    KNOX-1781 - Upgrade commons-codec to 1.12
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6027839..32bb09d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
         <checkstyle.version>8.17</checkstyle.version>
         <commons-beanutils.version>1.9.3</commons-beanutils.version>
         <commons-cli.version>1.4</commons-cli.version>
-        <commons-codec.version>1.11</commons-codec.version>
+        <commons-codec.version>1.12</commons-codec.version>
         <commons-collections.version>3.2.2</commons-collections.version>
         <commons-compress.version>1.18</commons-compress.version>
         <commons-configuration.version>1.10</commons-configuration.version>