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

zhangduo pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.5 by this push:
     new 5e033e4fe75 HBASE-28127 Upgrade avro version to 1.11.3 (#5454)
5e033e4fe75 is described below

commit 5e033e4fe755d5118f0b2080fe32db3d7389a05c
Author: Duo Zhang <zhang...@apache.org>
AuthorDate: Mon Oct 9 21:19:38 2023 +0800

    HBASE-28127 Upgrade avro version to 1.11.3 (#5454)
    
    Signed-off-by: GeorryHuang <huangzhuo...@apache.org>
    (cherry picked from commit f15ff5b167d5ade7a5f02fa35d41a78218ee8aaf)
---
 .../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 8e2ebd0ece8..bf9af1330e9 100644
--- a/hbase-resource-bundle/src/main/resources/supplemental-models.xml
+++ b/hbase-resource-bundle/src/main/resources/supplemental-models.xml
@@ -3485,4 +3485,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 f68de64ab38..7d82aab9aa4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -565,7 +565,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-io.version>2.11.0</commons-io.version>

Reply via email to