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

dzamo pushed a commit to branch 1.20
in repository https://gitbox.apache.org/repos/asf/drill.git

commit bf31e08fa4f49be401eff5eba94d16ce82446b96
Author: James Turton <[email protected]>
AuthorDate: Wed Oct 19 17:33:48 2022 +0200

    DRILL-8337: Upgrade Hive libs to 3.1.3 due to sonatype-2019-0400 (#2684)
---
 contrib/storage-hive/core/pom.xml | 4 ++++
 pom.xml                           | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/contrib/storage-hive/core/pom.xml 
b/contrib/storage-hive/core/pom.xml
index e4342376b8..4886ff0a7f 100644
--- a/contrib/storage-hive/core/pom.xml
+++ b/contrib/storage-hive/core/pom.xml
@@ -72,6 +72,10 @@
           <groupId>org.apache.logging.log4j</groupId>
           <artifactId>log4j-1.2-api</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.apache.logging.log4j</groupId>
+          <artifactId>log4j-core</artifactId>
+        </exclusion>
         <exclusion>
           <groupId>io.airlift</groupId>
           <artifactId>aircompressor</artifactId>
diff --git a/pom.xml b/pom.xml
index 9b317b0ea5..633d8e1ca6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,11 +80,11 @@
     <logback.version>1.2.11</logback.version>
     <mockito.version>3.11.2</mockito.version>
     <!--
-      Currently, Hive storage plugin only supports Apache Hive 3.1.2 or vendor 
specific variants of the
+      Currently, Hive storage plugin only supports Apache Hive 3.1.3 or vendor 
specific variants of the
       Apache Hive 2.3.2. If the version is changed, make sure the jars and 
their dependencies are updated,
       for example parquet-hadoop-bundle and derby dependencies.
     -->
-    <hive.version>3.1.2</hive.version>
+    <hive.version>3.1.3</hive.version>
     <hadoop.version>3.2.4</hadoop.version>
     <hbase.version>2.4.9</hbase.version>
     <fmpp.version>1.0</fmpp.version>

Reply via email to