Skip to content

Commit

Permalink
HADOOP-18197. Upgrade protobuf to 3.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
steveloughran committed Jun 8, 2022
1 parent 0c73512 commit 1330c3a
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 @@ -217,7 +217,7 @@ See licenses-binary/ for text of these licenses.

BSD 3-Clause
------------
com.google.protobuf:protobuf-java:3.20.1
com.google.protobuf:protobuf-java:3.21.1


MIT License
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<!--thirdparty dependency versions-->
<shaded.prefix>org.apache.hadoop.thirdparty</shaded.prefix>
<protobuf.shade.prefix>${shaded.prefix}.protobuf</protobuf.shade.prefix>
<protobuf_3.version>3.20.1</protobuf_3.version>
<protobuf_3.version>3.21.1</protobuf_3.version>
<guava.version>30.1.1-jre</guava.version>

<!-- maven plugin versions -->
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 @@ -42,7 +42,7 @@ This page provides an overview of the major changes.

Protobuf-java
-------------
Google Protobuf's 3.7.1 jar is available as *org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7* artifact.
Google Protobuf's 3.21.1 jar is available as *org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7* artifact.

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

Expand Down

0 comments on commit 1330c3a

Please sign in to comment.