Skip to content

Commit

Permalink
HADOOP-19300. upgrade to avro 1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Oct 3, 2024
1 parent 95fb8f3 commit ee50606
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ License Version 2.0:
com.google.guava:guava:jar:32.0.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
org.apache.avro:avro:1.11.4

--------------------------------------------------------------------------------
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.version>3.25.3</protobuf_3.version>
<guava.version>32.0.1-jre</guava.version>
<avro.version>1.11.3</avro.version>
<avro.version>1.11.4</avro.version>

<!-- maven plugin versions -->
<maven-deploy-plugin.version>2.8.1</maven-deploy-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/index.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Following are relocations under *hadoop-shaded-guava* artifact:

Avro
-------------
Apache Avro's 1.11.3 jar is available as *org.apache.hadoop.thirdparty:hadoop-shaded-avro* artifact.
Apache Avro's 1.11.4 jar is available as *org.apache.hadoop.thirdparty:hadoop-shaded-avro* artifact.

Following are relocations under *hadoop-shaded-avro* artifact:

Expand Down

0 comments on commit ee50606

Please sign in to comment.