You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by ab...@apache.org on 2022/04/30 08:25:26 UTC

[tez] branch branch-0.9 updated: TEZ-4403: Upgrade SLF4J Version To 1.7.36 (#198) (Syed Shameerur Rahman reviewed by Laszlo Bodor)

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

abstractdog 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 7ef945db3 TEZ-4403: Upgrade SLF4J Version To 1.7.36 (#198) (Syed Shameerur Rahman reviewed by Laszlo Bodor)
7ef945db3 is described below

commit 7ef945db383a16191bf4b0844c409eb4f9432781
Author: Syed Shameerur Rahman <rh...@amazon.com>
AuthorDate: Sat Apr 30 13:37:04 2022 +0530

    TEZ-4403: Upgrade SLF4J Version To 1.7.36 (#198) (Syed Shameerur Rahman reviewed by Laszlo Bodor)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 79d6a19bc..8a76bfbb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
     <hadoop.version>2.7.2</hadoop.version>
     <netty.version>4.0.52.Final</netty.version>
     <pig.version>0.13.0</pig.version>
-    <slf4j.version>1.7.30</slf4j.version>
+    <slf4j.version>1.7.36</slf4j.version>
     <protobuf.version>2.5.0</protobuf.version>
     <roaringbitmap.version>0.7.45</roaringbitmap.version>
     <protoc.path>${env.PROTOC_PATH}</protoc.path>