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

stevel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop-thirdparty.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 910f2c9  HADOOP-18921. Upgrade to avro 1.11.3 (#24)
910f2c9 is described below

commit 910f2c9a00f6ec7e95dedfef4c211fedc3e8588e
Author: PJ Fanning <pjfann...@users.noreply.github.com>
AuthorDate: Fri Oct 6 11:11:59 2023 +0100

    HADOOP-18921. Upgrade to avro 1.11.3 (#24)
    
    
    Contributed by P J Fanning
---
 LICENSE-binary | 1 +
 pom.xml        | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index f89a6b6..bbc403a 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -208,6 +208,7 @@ License Version 2.0:
 com.google.guava:guava:jar:31.1-jre
 com.google.j2objc:j2objc-annotations:1.3
 com.google.errorprone:error_prone_annotations:2.5.1
+org.apache.avro:avro:1.11.3
 
 
--------------------------------------------------------------------------------
 This product bundles various third-party components under other open source
diff --git a/pom.xml b/pom.xml
index e57d198..f950e04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
     <protobuf.shade.prefix>${shaded.prefix}.protobuf</protobuf.shade.prefix>
     <protobuf_3_7.version>3.7.1</protobuf_3_7.version>
     <guava.version>31.1-jre</guava.version>
-    <avro.version>1.11.1</avro.version>
+    <avro.version>1.11.3</avro.version>
 
     <!-- maven plugin versions -->
     <maven-deploy-plugin.version>2.8.1</maven-deploy-plugin.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to