This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 2288b83 Bump avro from 1.7.7 to 1.10.2 (#4139)
2288b83 is described below
commit 2288b838a3001d44b37027f9650319bedabea79d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 13 09:52:42 2021 +0800
Bump avro from 1.7.7 to 1.10.2 (#4139)
Bumps avro from 1.7.7 to 1.10.2.
---
updated-dependencies:
- dependency-name: org.apache.avro:avro
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
hive-connector/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hive-connector/pom.xml b/hive-connector/pom.xml
index 58c9abe..c7f5f76 100644
--- a/hive-connector/pom.xml
+++ b/hive-connector/pom.xml
@@ -137,7 +137,7 @@
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
- <version>1.7.7</version>
+ <version>1.10.2</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>