Skip to content

Commit

Permalink
HBASE-27423 Upgrade hbase-thirdparty to 4.1.3 and upgrade Jackson for C…
Browse files Browse the repository at this point in the history
…VE-2022-42003/42004 (apache#4878)

Signed-off-by: Xin Sun <ddupgs@gmail.com>
(cherry picked from commit 07a3ffd)
Change-Id: I996d7ab3de1584f6aa8e77b6e2ec1263f34a955c
  • Loading branch information
Apache9 authored and Aron Meszaros committed Aug 9, 2023
1 parent 82b3880 commit 161aa56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hbase-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<!--Version of protobuf that hbase uses internally (we shade our pb)
Must match what is out in hbase-thirdparty include.
-->
<internal.protobuf.version>3.21.7</internal.protobuf.version>
<internal.protobuf.version>3.21.9</internal.protobuf.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion hbase-protocol-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<!--Version of protobuf that hbase uses internally (we shade our pb)
Must match what is out in hbase-thirdparty include.
-->
<internal.protobuf.version>3.21.7</internal.protobuf.version>
<internal.protobuf.version>3.21.9</internal.protobuf.version>
</properties>
<dependencies>
<!--BE CAREFUL! Any dependency added here needs to be
Expand Down

0 comments on commit 161aa56

Please sign in to comment.