Skip to content

Commit a0fdfa7

Browse files
authored
HBASE-27578 Upgrade hbase-thirdparty to 4.1.4 (apache#4985)
Signed-off-by: Andrew Purtell <apurtell@apache.org> Signed-off-by: Tak Lon (Stephen) Wu <taklwu@apache.org>
1 parent 913cf6b commit a0fdfa7

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

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.9</internal.protobuf.version>
36+
<internal.protobuf.version>3.21.12</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.9</internal.protobuf.version>
37+
<internal.protobuf.version>3.21.12</internal.protobuf.version>
3838
</properties>
3939
<dependencies>
4040
<!--BE CAREFUL! Any dependency added here needs to be

pom.xml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -811,8 +811,8 @@
811811
<httpclient.version>4.5.13</httpclient.version>
812812
<httpcore.version>4.4.13</httpcore.version>
813813
<metrics-core.version>3.2.6</metrics-core.version>
814-
<jackson.version>2.14.0</jackson.version>
815-
<jackson.databind.version>2.14.0</jackson.databind.version>
814+
<jackson.version>2.14.1</jackson.version>
815+
<jackson.databind.version>2.14.1</jackson.databind.version>
816816
<jaxb-api.version>2.3.1</jaxb-api.version>
817817
<servlet.api.version>3.1.0</servlet.api.version>
818818
<wx.rs.api.version>2.1.1</wx.rs.api.version>
@@ -880,7 +880,7 @@
880880
<snappy.version>1.1.8.4</snappy.version>
881881
<xz.version>1.9</xz.version>
882882
<zstd-jni.version>1.5.0-4</zstd-jni.version>
883-
<hbase-thirdparty.version>4.1.3</hbase-thirdparty.version>
883+
<hbase-thirdparty.version>4.1.4</hbase-thirdparty.version>
884884
<!-- Intraproject jar naming properties -->
885885
<!-- TODO this is pretty ugly, but works for the moment.
886886
Modules are pretty heavy-weight things, so doing this work isn't too bad. -->
@@ -1759,6 +1759,13 @@
17591759
<scope>test</scope>
17601760
</dependency>
17611761
</dependencies>
1762+
<repositories>
1763+
<repository>
1764+
<id>staging</id>
1765+
<name>staging</name>
1766+
<url>https://repository.apache.org/content/repositories/orgapachehbase-1505/</url>
1767+
</repository>
1768+
</repositories>
17621769
<build>
17631770
<!-- Plugin versions are inherited from ASF parent pom: https://maven.apache.org/pom/asf/
17641771
For specific version use a property and define it in the parent pom.

0 commit comments

Comments
 (0)