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

sentry git commit: SENTRY-1988: Bump slf4j version from 1.6.0 to 1.7.25 (latest version) (Sergio Pena, reviewed by Alexander Kolbasov, Na Li, kalyan kumar kalvagadda)

Repository: sentry
Updated Branches:
  refs/heads/master f73b1a8d9 -> c3810a661


SENTRY-1988: Bump slf4j version from 1.6.0 to 1.7.25 (latest version) (Sergio Pena, reviewed by Alexander Kolbasov, Na Li, kalyan kumar kalvagadda)


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

Branch: refs/heads/master
Commit: c3810a661f0b466f086f4005fc6b09f0d23066c0
Parents: f73b1a8
Author: Sergio Pena <se...@cloudera.com>
Authored: Sun Oct 15 10:18:30 2017 -0500
Committer: Sergio Pena <se...@cloudera.com>
Committed: Sun Oct 15 10:18:30 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/sentry/blob/c3810a66/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dabb00d..370b899 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@ limitations under the License.
     <objenesis.version>1.2</objenesis.version>
     <pig.version>0.12.0</pig.version>
     <shiro.version>1.2.3</shiro.version>
-    <slf4j.version>1.6.1</slf4j.version>
+    <slf4j.version>1.7.25</slf4j.version>
     <solr.version>4.10.2</solr.version>
     <sqoop.version>1.99.6</sqoop.version>
     <test.sentry.hadoop.classpath>${maven.test.classpath}</test.sentry.hadoop.classpath>