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

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


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

commit b4152fc85316eb95a4f8a6b2e41a151a89f772da
Author: belugabehr <[email protected]>
AuthorDate: Fri Feb 12 12:55:37 2021 -0500

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

diff --git a/pom.xml b/pom.xml
index 892a8a2..9fa2cb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
     <netty.version>3.10.5.Final</netty.version>
     <pig.version>0.13.0</pig.version>
     <jersey.version>1.19</jersey.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>

Reply via email to