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

sunchao pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 0ce44f3  HIVE-24414: Backport HIVE-19662 to branch-3.1
0ce44f3 is described below

commit 0ce44f386157528b8704e680e438794219b1b025
Author: Chao Sun <sunc...@apache.org>
AuthorDate: Wed Nov 25 13:14:56 2020 -0800

    HIVE-24414: Backport HIVE-19662 to branch-3.1
---
 hbase-handler/pom.xml | 4 ++--
 pom.xml               | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/hbase-handler/pom.xml b/hbase-handler/pom.xml
index 6ea0374..e5a8f0b 100644
--- a/hbase-handler/pom.xml
+++ b/hbase-handler/pom.xml
@@ -219,7 +219,7 @@
     <dependency>
       <groupId>org.apache.avro</groupId>
       <artifactId>avro</artifactId>
-      <version>1.7.6</version>
+      <version>${avro.version}</version>
        </dependency>
   </dependencies>
 
@@ -241,7 +241,7 @@
       <plugin>
         <groupId>org.apache.avro</groupId>
         <artifactId>avro-maven-plugin</artifactId>
-        <version>1.7.6</version>
+        <version>${avro.version}</version>
         <executions>
            <execution>
                <phase>generate-test-sources</phase>
diff --git a/pom.xml b/pom.xml
index d82cee6..7457f61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
     <!-- Include arrow for LlapOutputFormatService -->
     <arrow.version>0.8.0</arrow.version>
     <avatica.version>1.11.0</avatica.version>
-    <avro.version>1.7.7</avro.version>
+    <avro.version>1.8.2</avro.version>
     <bonecp.version>0.8.0.RELEASE</bonecp.version>
     <calcite.version>1.16.0</calcite.version>
     <datanucleus-api-jdo.version>4.2.4</datanucleus-api-jdo.version>

Reply via email to