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 5fe49d3 [SHIRO-716] Upgrade to commons-codec 1.13
new 978dfe7 Merge pull request #163 from jbonofre/SHIRO-716
5fe49d3 is described below
commit 5fe49d3d6a50da58f21cd653ba6e6e4d145231dc
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Jul 24 11:15:41 2019 +0200
[SHIRO-716] Upgrade to commons-codec 1.13
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 415cddb..2ef07c5 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.3</commons.beanutils.version>
<commons.cli.version>1.4</commons.cli.version>
- <commons.codec.version>1.12</commons.codec.version>
+ <commons.codec.version>1.13</commons.codec.version>
<commons.configuration2.version>2.5</commons.configuration2.version>
<commons.lang3.version>3.9</commons.lang3.version>
<commons.logging.version>1.2</commons.logging.version>