Skip to content

Commit 7b8dffa

Browse files
deps: upgrade to bigtable 2.39.2 (#4355)
Change-Id: I62aec52fc810c3ea9a8db49689ddf740bb6f7e6b 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 1cdb0b3 commit 7b8dffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.7.6</version>
35+
<version>1.7.7</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.38.0</bigtable.version>
58+
<bigtable.version>2.39.2</bigtable.version>
5959
<google-cloud-bigtable-emulator.version>0.175.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)