Repository: incubator-sentry
Updated Branches:
refs/heads/master 89828a244 -> 5b9a5aa9d
SENTRY-1054: Updated Apache Shiro dependency to avoid CVE-2014-0074 exposure ( Hao Hao, Reviewed
by: Lenni Kuff)
Change-Id: I4971191f73e7c2b25bd53aa784cc43f8d2b4b756
Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/5b9a5aa9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/5b9a5aa9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/5b9a5aa9
Branch: refs/heads/master
Commit: 5b9a5aa9d206463f7a281328ea773369b98905f3
Parents: 89828a2
Author: Sravya Tirukkovalur <sravya@cloudera.com>
Authored: Wed Feb 10 16:00:43 2016 -0800
Committer: Sravya Tirukkovalur <sravya@cloudera.com>
Committed: Wed Feb 10 16:00:43 2016 -0800
----------------------------------------------------------------------
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/5b9a5aa9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0475f69..2f855fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@ limitations under the License.
<junit.version>4.10</junit.version>
<log4j.version>1.2.16</log4j.version>
<mockito.version>1.8.5</mockito.version>
- <shiro.version>1.2.1</shiro.version>
+ <shiro.version>1.2.3</shiro.version>
<slf4j.version>1.6.1</slf4j.version>
<solr.version>4.10.2</solr.version>
<zookeeper.version>3.4.5</zookeeper.version>
|