Skip to content

Commit

Permalink
deps: upgrade bigtable to 2.37.0 (#4320)
Browse files Browse the repository at this point in the history
Release-As: 2.13.0
Change-Id: Ic4ef923b9fdfcfaa7259b65fd48f7944f00e924b

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-bigtable-hbase/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> ☕️

If you write sample code, please follow the [samples format](
https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
  • Loading branch information
igorbernstein2 authored Mar 28, 2024
1 parent 203b375 commit 4099a9f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions bigtable-hbase-1.x-parent/bigtable-hbase-1.x-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,11 @@ limitations under the License.
<shadedPattern>com.google.bigtable.repackaged.io.perfmark</shadedPattern>
</relocation>

<!-- opentelemetry -->
<relocation>
<pattern>io.opentelemetry</pattern>
<shadedPattern>com.google.bigtable.repackaged.io.opentelemetry</shadedPattern>
</relocation>

<!-- Opencensus related shading -->
<relocation>
Expand Down
7 changes: 6 additions & 1 deletion bigtable-hbase-2.x-parent/bigtable-hbase-2.x-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,12 @@ limitations under the License.
<pattern>io.perfmark</pattern>
<shadedPattern>com.google.bigtable.repackaged.io.perfmark</shadedPattern>
</relocation>


<!-- opentelemetry -->
<relocation>
<pattern>io.opentelemetry</pattern>
<shadedPattern>com.google.bigtable.repackaged.io.opentelemetry</shadedPattern>
</relocation>

<!-- Opencensus related shading -->
<relocation>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ limitations under the License.
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.5.8</version>
<version>1.7.6</version>
</parent>

<licenses>
Expand All @@ -56,7 +56,7 @@ limitations under the License.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- core dependency versions -->
<bigtable.version>2.28.0</bigtable.version>
<bigtable.version>2.37.0</bigtable.version>
<google-cloud-bigtable-emulator.version>0.165.0</google-cloud-bigtable-emulator.version>
<bigtable-client-core.version>1.28.0</bigtable-client-core.version>
<grpc-conscrypt.version>2.5.2</grpc-conscrypt.version>
Expand Down

0 comments on commit 4099a9f

Please sign in to comment.