File tree 3 files changed +9
-7
lines changed
3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 30
30
<name >Apache HBase - Examples</name >
31
31
<description >Examples of HBase usage</description >
32
32
<properties >
33
- <!-- Version of protobuf that hbase uses internally (we shade our pb)
34
- Must match what is out in hbase-thirdparty include.
33
+ <!--
34
+ Version of protobuf that hbase uses internally (we shade our pb) Must match what is out
35
+ in hbase-thirdparty include.
35
36
-->
36
- <internal .protobuf.version>4.27.3 </internal .protobuf.version>
37
+ <internal .protobuf.version>4.28.2 </internal .protobuf.version>
37
38
</properties >
38
39
<dependencies >
39
40
<dependency >
Original file line number Diff line number Diff line change 31
31
<description >Shaded protobuf protocol classes used by HBase internally.</description >
32
32
<properties >
33
33
<maven .javadoc.skip>true</maven .javadoc.skip>
34
- <!-- Version of protobuf that hbase uses internally (we shade our pb)
35
- Must match what is out in hbase-thirdparty include.
34
+ <!--
35
+ Version of protobuf that hbase uses internally (we shade our pb) Must match what is out
36
+ in hbase-thirdparty include.
36
37
-->
37
- <internal .protobuf.version>4.27.3 </internal .protobuf.version>
38
+ <internal .protobuf.version>4.28.2 </internal .protobuf.version>
38
39
</properties >
39
40
<dependencies >
40
41
<!-- BE CAREFUL! Any dependency added here needs to be
Original file line number Diff line number Diff line change 931
931
databind] must be kept in sync with the version of jackson-jaxrs-json-provider shipped in
932
932
hbase-thirdparty.
933
933
-->
934
- <hbase-thirdparty .version>4.1.8 </hbase-thirdparty .version>
934
+ <hbase-thirdparty .version>4.1.9 </hbase-thirdparty .version>
935
935
<!-- Coverage properties -->
936
936
<jacoco .version>0.8.8</jacoco .version>
937
937
<jacocoArgLine />
You can’t perform that action at this time.
0 commit comments