You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by je...@apache.org on 2021/02/12 18:10:42 UTC

[tez] branch branch-0.9 updated: TEZ-4288: Upgrade SLF4J to 1.7.30 (#109)

This is an automated email from the ASF dual-hosted git repository.

jeagles pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new 2c4428d  TEZ-4288: Upgrade SLF4J to 1.7.30 (#109)
2c4428d is described below

commit 2c4428d9414ffd5204efd55643e8e1489c53dd9d
Author: belugabehr <12...@users.noreply.github.com>
AuthorDate: Fri Feb 12 12:55:37 2021 -0500

    TEZ-4288: Upgrade SLF4J to 1.7.30 (#109)
    
    (cherry picked from commit b4152fc85316eb95a4f8a6b2e41a151a89f772da)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 58f062c..535136d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
     <hadoop.version>2.7.2</hadoop.version>
     <netty.version>3.6.2.Final</netty.version>
     <pig.version>0.13.0</pig.version>
-    <slf4j.version>1.7.10</slf4j.version>
+    <slf4j.version>1.7.30</slf4j.version>
     <protobuf.version>2.5.0</protobuf.version>
     <protoc.path>${env.PROTOC_PATH}</protoc.path>
     <scm.url>scm:git:https://gitbox.apache.org/repos/asf/tez.git</scm.url>