Skip to content

Commit 1fc04e7

Browse files
deps: update google-cloud-bigtable to 2.57.2 (#4471)
Change-Id: I700a39c9ab3a76968bc0782a29083618df9c8490 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).
1 parent 88b461d commit 1fc04e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cleanup-gcloud-resources.sh

Whitespace-only changes.

pom.xml

+2-2
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.12.0</version>
35+
<version>1.15.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.49.0</bigtable.version>
58+
<bigtable.version>2.57.2</bigtable.version>
5959
<google-cloud-bigtable-emulator.version>0.185.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)