You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2016/10/21 14:26:30 UTC

[2/9] shiro git commit: SHIRO-576 Updated dependency beanutils to version 1.9.3 in order to get rid of CVE-2014-0114

SHIRO-576 Updated dependency beanutils to version 1.9.3 in order to get rid of CVE-2014-0114


Project: http://git-wip-us.apache.org/repos/asf/shiro/repo
Commit: http://git-wip-us.apache.org/repos/asf/shiro/commit/a85e2d78
Tree: http://git-wip-us.apache.org/repos/asf/shiro/tree/a85e2d78
Diff: http://git-wip-us.apache.org/repos/asf/shiro/diff/a85e2d78

Branch: refs/heads/1.4.x
Commit: a85e2d78baa3017dcf2b466434ba4dd68530a965
Parents: 2466e22
Author: schnatterer <jo...@schnatterer.info>
Authored: Mon Sep 26 22:33:46 2016 +0200
Committer: Brian Demers <bd...@apache.org>
Committed: Wed Oct 19 14:46:10 2016 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/shiro/blob/a85e2d78/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d667bda..0127e14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -761,7 +761,7 @@
             <dependency>
                 <groupId>commons-beanutils</groupId>
                 <artifactId>commons-beanutils</artifactId>
-                <version>1.8.3</version>
+                <version>1.9.3</version>
                 <exclusions>
                     <exclusion>
                         <groupId>commons-logging</groupId>