You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by co...@apache.org on 2017/10/19 09:00:01 UTC

[20/26] sentry git commit: SENTRY-1994: Bump Shiro dependency version to 1.4.0 (Sergio Pena, reviewed by Alexander Kolbasov)

SENTRY-1994: Bump Shiro dependency version to 1.4.0 (Sergio Pena, reviewed by Alexander Kolbasov)


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

Branch: refs/heads/akolb-cli
Commit: 2cd0f76071c4150f6a2646fdc694f68ff5f56a73
Parents: cd3a60a
Author: Sergio Pena <se...@cloudera.com>
Authored: Tue Oct 17 10:04:40 2017 -0500
Committer: Sergio Pena <se...@cloudera.com>
Committed: Tue Oct 17 10:04:40 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/sentry/blob/2cd0f760/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 370b899..c34b6f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@ limitations under the License.
     <mockito.version>1.8.5</mockito.version>
     <objenesis.version>1.2</objenesis.version>
     <pig.version>0.12.0</pig.version>
-    <shiro.version>1.2.3</shiro.version>
+    <shiro.version>1.4.0</shiro.version>
     <slf4j.version>1.7.25</slf4j.version>
     <solr.version>4.10.2</solr.version>
     <sqoop.version>1.99.6</sqoop.version>