Repository: sentry Updated Branches: refs/heads/master cd3a60abf -> 2cd0f7607
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/master Commit: 2cd0f76071c4150f6a2646fdc694f68ff5f56a73 Parents: cd3a60a Author: Sergio Pena <[email protected]> Authored: Tue Oct 17 10:04:40 2017 -0500 Committer: Sergio Pena <[email protected]> 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>
