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/09/28 13:13:15 UTC

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

Repository: shiro
Updated Branches:
  refs/heads/1.3.x 046fbecf9 -> faa77dd65


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/faa77dd6
Tree: http://git-wip-us.apache.org/repos/asf/shiro/tree/faa77dd6
Diff: http://git-wip-us.apache.org/repos/asf/shiro/diff/faa77dd6

Branch: refs/heads/1.3.x
Commit: faa77dd651f84f48d8d6f5af595a29f8c692a281
Parents: 046fbec
Author: schnatterer <jo...@schnatterer.info>
Authored: Mon Sep 26 22:33:46 2016 +0200
Committer: Brian Demers <bd...@apache.org>
Committed: Wed Sep 28 09:09:09 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/shiro/blob/faa77dd6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 35dc2ca..e429b6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -629,7 +629,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>