Skip to content

Commit 8c290c7

Browse files
authored
deps: update bigtable version (#4523)
* deps: update bigtable version * update
1 parent b658fde commit 8c290c7

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

  • bigtable-hbase-1.x-parent/bigtable-hbase-1.x-shaded
  • bigtable-hbase-2.x-parent/bigtable-hbase-2.x-shaded

bigtable-hbase-1.x-parent/bigtable-hbase-1.x-shaded/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

bigtable-hbase-2.x-parent/bigtable-hbase-2.x-shaded/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 -->

0 commit comments

Comments
 (0)