This is an automated email from the ASF dual-hosted git repository.
ayushsaxena pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push:
new 66c7236471b HIVE-26468: Replace FlatBuffers artefact from
com.github.davidmoten with artefact from Google (#3517). (Sylwester Lachiewicz,
reviewed by Ayush Saxena)
66c7236471b is described below
commit 66c7236471b3759eee4bca7e433b0544a23b6c0d
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sat Sep 10 19:24:17 2022 +0200
HIVE-26468: Replace FlatBuffers artefact from com.github.davidmoten with
artefact from Google (#3517). (Sylwester Lachiewicz, reviewed by Ayush Saxena)
---
pom.xml | 2 +-
serde/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9ba19fd7bf9..d349300a977 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
<dropwizard-metrics-hadoop-metrics2-reporter.version>0.1.2</dropwizard-metrics-hadoop-metrics2-reporter.version>
<druid.version>0.17.1</druid.version>
<esri.version>2.2.4</esri.version>
- <flatbuffers.version>1.6.0.1</flatbuffers.version>
+ <flatbuffers.version>1.9.0</flatbuffers.version>
<guava.version>19.0</guava.version>
<groovy.version>2.4.21</groovy.version>
<h2database.version>2.1.210</h2database.version>
diff --git a/serde/pom.xml b/serde/pom.xml
index 09f9e866e1f..64c65daf849 100644
--- a/serde/pom.xml
+++ b/serde/pom.xml
@@ -81,7 +81,7 @@
<version>${hppc.version}</version>
</dependency>
<dependency>
- <groupId>com.github.davidmoten</groupId>
+ <groupId>com.google.flatbuffers</groupId>
<artifactId>flatbuffers-java</artifactId>
<version>${flatbuffers.version}</version>
</dependency>