You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2019/05/11 17:27:26 UTC

[shiro] branch master updated: [SHIRO-689] Upgrade to commons-codec 1.12

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 49b5625  [SHIRO-689] Upgrade to commons-codec 1.12
     new 68f7b35  Merge pull request #133 from fpapon/SHIRO-689
49b5625 is described below

commit 49b562539c38e478d3160d61eadc05dd52fde02b
Author: Francois Papon <fp...@apache.org>
AuthorDate: Sat May 11 20:43:43 2019 +0400

    [SHIRO-689] Upgrade to commons-codec 1.12
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5910b98..e1e62df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
         <aspectj.version>1.8.9</aspectj.version>
         <cas.client.core.version>3.2.2</cas.client.core.version>
         <commons.cli.version>1.4</commons.cli.version>
-        <commons.codec.version>1.10</commons.codec.version>
+        <commons.codec.version>1.12</commons.codec.version>
         <commons.configuration2.version>2.2</commons.configuration2.version>
         <commons.lang3.version>3.3.2</commons.lang3.version>
         <crowd.version>1.5.2</crowd.version>