HBASE-27578 Upgrade hbase-thirdparty to 4.1.4 (#4985)

Signed-off-by: Andrew Purtell <apurtell@apache.org>
Signed-off-by: Tak Lon (Stephen) Wu <taklwu@apache.org>
(cherry picked from commit a0fdfa782b)
(cherry picked from commit 83d450d5b5)
This commit is contained in:
Duo Zhang 2023-01-21 01:08:31 +08:00
parent a7f776f06e
commit 667af49955
2 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@
<!--Version of protobuf that hbase uses internally (we shade our pb) <!--Version of protobuf that hbase uses internally (we shade our pb)
Must match what is out in hbase-thirdparty include. Must match what is out in hbase-thirdparty include.
--> -->
<internal.protobuf.version>3.21.9</internal.protobuf.version> <internal.protobuf.version>3.21.12</internal.protobuf.version>
</properties> </properties>
<dependencies> <dependencies>
<!--BE CAREFUL! Any dependency added here needs to be <!--BE CAREFUL! Any dependency added here needs to be

View File

@ -569,8 +569,8 @@
<httpclient.version>4.5.13</httpclient.version> <httpclient.version>4.5.13</httpclient.version>
<httpcore.version>4.4.13</httpcore.version> <httpcore.version>4.4.13</httpcore.version>
<metrics-core.version>3.2.6</metrics-core.version> <metrics-core.version>3.2.6</metrics-core.version>
<jackson.version>2.14.0</jackson.version> <jackson.version>2.14.1</jackson.version>
<jackson.databind.version>2.14.0</jackson.databind.version> <jackson.databind.version>2.14.1</jackson.databind.version>
<jaxb-api.version>2.3.1</jaxb-api.version> <jaxb-api.version>2.3.1</jaxb-api.version>
<servlet.api.version>3.1.0</servlet.api.version> <servlet.api.version>3.1.0</servlet.api.version>
<wx.rs.api.version>2.1.1</wx.rs.api.version> <wx.rs.api.version>2.1.1</wx.rs.api.version>
@ -631,7 +631,7 @@
<wagon.ssh.version>2.12</wagon.ssh.version> <wagon.ssh.version>2.12</wagon.ssh.version>
<xml.maven.version>1.0.1</xml.maven.version> <xml.maven.version>1.0.1</xml.maven.version>
<spotless.version>2.27.2</spotless.version> <spotless.version>2.27.2</spotless.version>
<hbase-thirdparty.version>4.1.3</hbase-thirdparty.version> <hbase-thirdparty.version>4.1.4</hbase-thirdparty.version>
<maven-site.version>3.12.0</maven-site.version> <maven-site.version>3.12.0</maven-site.version>
<!-- Intraproject jar naming properties --> <!-- Intraproject jar naming properties -->
<!-- TODO this is pretty ugly, but works for the moment. <!-- TODO this is pretty ugly, but works for the moment.