Skip to content

Commit

Permalink
HADOOP-18921. Upgrade to avro 1.11.3 (#24)
Browse files Browse the repository at this point in the history
Contributed by P J Fanning
  • Loading branch information
pjfanning committed Oct 6, 2023
1 parent fd6cda9 commit 910f2c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 910f2c9

Please sign in to comment.