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 2020/04/12 19:27:23 UTC

[shiro] branch master updated: [SHIRO-754] Upgrade to Apache Commons Codec 1.14

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 aee69be  [SHIRO-754] Upgrade to Apache Commons Codec 1.14
     new d2b3c63  Merge pull request #212 from fpapon/SHIRO-754
aee69be is described below

commit aee69bece8e409f308a87be4eedee92b57843d99
Author: Francois Papon <fp...@apache.org>
AuthorDate: Sun Apr 12 18:53:49 2020 +0200

    [SHIRO-754] Upgrade to Apache Commons Codec 1.14
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 75e4633..739d4c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
         <cas.client.core.version>3.2.2</cas.client.core.version>
         <commons.beanutils.version>1.9.4</commons.beanutils.version>
         <commons.cli.version>1.4</commons.cli.version>
-        <commons.codec.version>1.13</commons.codec.version>
+        <commons.codec.version>1.14</commons.codec.version>
         <commons.configuration2.version>2.7</commons.configuration2.version>
         <commons.lang3.version>3.9</commons.lang3.version>
         <commons.logging.version>1.2</commons.logging.version>