This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new f15ff5b167d HBASE-28127 Upgrade avro version to 1.11.3 (#5454)
f15ff5b167d is described below
commit f15ff5b167d5ade7a5f02fa35d41a78218ee8aaf
Author: Duo Zhang <[email protected]>
AuthorDate: Mon Oct 9 21:19:38 2023 +0800
HBASE-28127 Upgrade avro version to 1.11.3 (#5454)
Signed-off-by: GeorryHuang <[email protected]>
---
.../src/main/resources/supplemental-models.xml | 18 ++++++++++++++++++
pom.xml | 2 +-
2 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/hbase-resource-bundle/src/main/resources/supplemental-models.xml
b/hbase-resource-bundle/src/main/resources/supplemental-models.xml
index b7204d71acc..5dbdd7b4255 100644
--- a/hbase-resource-bundle/src/main/resources/supplemental-models.xml
+++ b/hbase-resource-bundle/src/main/resources/supplemental-models.xml
@@ -2429,4 +2429,22 @@ Copyright (c) 2007-2017 The JRuby project
</licenses>
</project>
</supplement>
+ <!-- avro does not specify license in pom -->
+ <supplement>
+ <project>
+ <groupId>org.apache.avro</groupId>
+ <artifactId>avro</artifactId>
+ <organization>
+ <name>The Apache Software Foundation</name>
+ <url>http://www.apache.org/</url>
+ </organization>
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ </project>
+ </supplement>
</supplementalDataModels>
diff --git a/pom.xml b/pom.xml
index 3badb8f2d39..187a877eb29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -818,7 +818,7 @@
When building with jdk11, we will use 0.14.1, please see the
build-with-jdk11 profile.
-->
<javadoc.audience-annotations.version>0.13.0</javadoc.audience-annotations.version>
- <avro.version>1.11.0</avro.version>
+ <avro.version>1.11.3</avro.version>
<caffeine.version>2.8.1</caffeine.version>
<commons-codec.version>1.15</commons-codec.version>
<commons-validator.version>1.7</commons-validator.version>