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

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

commit 7abc5f71d56628064caf16a22f72c6674ef40df2
Author: David Lavati <david.lav...@gmail.com>
AuthorDate: Tue Feb 4 14:04:32 2020 +0000

    HIVE-22780: Upgrade slf4j version to 1.7.30 (David Lavati via Miklos 
Gergely)
    
    Signed-off-by: Zoltan Haindrich <k...@rxd.hu>
---
 itests/qtest-druid/pom.xml                   | 2 +-
 itests/qtest/pom.xml                         | 2 +-
 kafka-handler/pom.xml                        | 2 +-
 pom.xml                                      | 2 +-
 standalone-metastore/metastore-tools/pom.xml | 2 +-
 storage-api/pom.xml                          | 2 +-
 testutils/ptest2/pom.xml                     | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/itests/qtest-druid/pom.xml b/itests/qtest-druid/pom.xml
index 05692c7..6da7273 100644
--- a/itests/qtest-druid/pom.xml
+++ b/itests/qtest-druid/pom.xml
@@ -44,7 +44,7 @@
     <druid.guava.version>16.0.1</druid.guava.version>
     <druid.guice.version>4.1.0</druid.guice.version>
     <kafka.test.version>2.0.0</kafka.test.version>
-    <slf4j.version>1.7.25</slf4j.version>
+    <slf4j.version>1.7.30</slf4j.version>
   </properties>
       <dependencies>
         <dependency>
diff --git a/itests/qtest/pom.xml b/itests/qtest/pom.xml
index be8e377..f6fce77 100644
--- a/itests/qtest/pom.xml
+++ b/itests/qtest/pom.xml
@@ -39,7 +39,7 @@
     <clustermode></clustermode>
     <execute.beeline.tests>false</execute.beeline.tests>
     <test.dfs.mkdir>-mkdir -p</test.dfs.mkdir>
-    <slf4j.version>1.7.25</slf4j.version>
+    <slf4j.version>1.7.30</slf4j.version>
   </properties>
 
   <dependencies>
diff --git a/kafka-handler/pom.xml b/kafka-handler/pom.xml
index a66a70a..6ad41de 100644
--- a/kafka-handler/pom.xml
+++ b/kafka-handler/pom.xml
@@ -115,7 +115,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
-      <version>1.7.25</version>
+      <version>1.7.30</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
diff --git a/pom.xml b/pom.xml
index 2dd2128..2947a29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,7 +203,7 @@
     <plexus.version>1.5.6</plexus.version>
     <protobuf.version>2.5.0</protobuf.version>
     <stax.version>1.0.1</stax.version>
-    <slf4j.version>1.7.10</slf4j.version>
+    <slf4j.version>1.7.30</slf4j.version>
     <ST4.version>4.0.4</ST4.version>
     <storage-api.version>2.7.0-SNAPSHOT</storage-api.version>
     <tez.version>0.9.1</tez.version>
diff --git a/standalone-metastore/metastore-tools/pom.xml 
b/standalone-metastore/metastore-tools/pom.xml
index 63f2369..d8c4788 100644
--- a/standalone-metastore/metastore-tools/pom.xml
+++ b/standalone-metastore/metastore-tools/pom.xml
@@ -103,7 +103,7 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-log4j12</artifactId>
-        <version>1.7.25</version>
+       <version>1.7.30</version>
       </dependency>
       <!-- https://mvnrepository.com/artifact/org.jetbrains/annotations -->
       <dependency>
diff --git a/storage-api/pom.xml b/storage-api/pom.xml
index 61fdaf0..39b23b0 100644
--- a/storage-api/pom.xml
+++ b/storage-api/pom.xml
@@ -34,7 +34,7 @@
     <guava.version>19.0</guava.version>
     <hadoop.version>3.1.0</hadoop.version>
     <junit.version>4.11</junit.version>
-    <slf4j.version>1.7.10</slf4j.version>
+    <slf4j.version>1.7.30</slf4j.version>
     <maven.checkstyle.plugin.version>2.17</maven.checkstyle.plugin.version>
     <checkstyle.conf.dir>${basedir}/checkstyle/</checkstyle.conf.dir>
   </properties>
diff --git a/testutils/ptest2/pom.xml b/testutils/ptest2/pom.xml
index 6d43056..cc04607 100644
--- a/testutils/ptest2/pom.xml
+++ b/testutils/ptest2/pom.xml
@@ -133,7 +133,7 @@ limitations under the License.
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
-      <version>1.7.10</version>
+      <version>1.7.30</version>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>

Reply via email to