Skip to content

Commit 161aa56

Browse files
Apache9Aron Meszaros
authored andcommitted
HBASE-27423 Upgrade hbase-thirdparty to 4.1.3 and upgrade Jackson for CVE-2022-42003/42004 (apache#4878)
Signed-off-by: Xin Sun <ddupgs@gmail.com> (cherry picked from commit 07a3ffd) Change-Id: I996d7ab3de1584f6aa8e77b6e2ec1263f34a955c
1 parent 82b3880 commit 161aa56

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

hbase-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<!--Version of protobuf that hbase uses internally (we shade our pb)
3434
Must match what is out in hbase-thirdparty include.
3535
-->
36-
<internal.protobuf.version>3.21.7</internal.protobuf.version>
36+
<internal.protobuf.version>3.21.9</internal.protobuf.version>
3737
</properties>
3838
<dependencies>
3939
<dependency>

hbase-protocol-shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<!--Version of protobuf that hbase uses internally (we shade our pb)
3535
Must match what is out in hbase-thirdparty include.
3636
-->
37-
<internal.protobuf.version>3.21.7</internal.protobuf.version>
37+
<internal.protobuf.version>3.21.9</internal.protobuf.version>
3838
</properties>
3939
<dependencies>
4040
<!--BE CAREFUL! Any dependency added here needs to be

0 commit comments

Comments
 (0)