File tree Expand file tree Collapse file tree
bigtable-hbase-1.x-parent/bigtable-hbase-1.x-shaded
bigtable-hbase-2.x-parent/bigtable-hbase-2.x-shaded Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -278,7 +278,6 @@ limitations under the License.
278278 <exclude >com.google.bigtable.repackaged.**</exclude >
279279 </excludes >
280280 </relocation >
281-
282281 <relocation >
283282 <pattern >com.fasterxml</pattern >
284283 <shadedPattern >com.google.bigtable.repackaged.com.faster.xml</shadedPattern >
@@ -376,6 +375,10 @@ limitations under the License.
376375 <pattern >net.bytebuddy</pattern >
377376 <shadedPattern >com.google.bigtable.repackaged.net.bytebuddy</shadedPattern >
378377 </relocation >
378+ <relocation >
379+ <pattern >org.jspecify.annotations</pattern >
380+ <shadedPattern >com.google.bigtable.repackaged.org.jspecify.annotations</shadedPattern >
381+ </relocation >
379382 </relocations >
380383 </configuration >
381384 </execution >
Original file line number Diff line number Diff line change @@ -365,6 +365,10 @@ limitations under the License.
365365 <pattern >net.bytebuddy</pattern >
366366 <shadedPattern >com.google.bigtable.repackaged.net.bytebuddy</shadedPattern >
367367 </relocation >
368+ <relocation >
369+ <pattern >org.jspecify.annotations</pattern >
370+ <shadedPattern >com.google.bigtable.repackaged.org.jspecify.annotations</shadedPattern >
371+ </relocation >
368372 </relocations >
369373 </configuration >
370374 </execution >
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ limitations under the License.
3232 <parent >
3333 <groupId >com.google.cloud</groupId >
3434 <artifactId >google-cloud-shared-config</artifactId >
35- <version >1.16.1 </version >
35+ <version >1.17.0 </version >
3636 </parent >
3737
3838 <licenses >
@@ -55,7 +55,7 @@ limitations under the License.
5555 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5656
5757 <!-- core dependency versions -->
58- <bigtable .version>2.67 .0</bigtable .version>
58+ <bigtable .version>2.71 .0</bigtable .version>
5959 <google-cloud-bigtable-emulator .version>0.203.0</google-cloud-bigtable-emulator .version>
6060 <bigtable-metrics-api .version>1.29.2</bigtable-metrics-api .version>
6161 <!-- Optional dep for bigtable-metrics-api used for tests -->
You can’t perform that action at this time.
0 commit comments