Skip to content

Commit f19c33d

Browse files
deps: upgrade java-bigtable to 2.67.0 (#4510)
Change-Id: Idbaced1c5fbe01d395dac1e6dff99f8331027a9a 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 774cf0e commit f19c33d

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
@@ -55,8 +55,8 @@ limitations under the License.
5555
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5656

5757
<!-- core dependency versions -->
58-
<bigtable.version>2.65.1</bigtable.version>
59-
<google-cloud-bigtable-emulator.version>0.202.1</google-cloud-bigtable-emulator.version>
58+
<bigtable.version>2.67.0</bigtable.version>
59+
<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 -->
6262
<dropwizard-metrics.version>4.2.22</dropwizard-metrics.version>

0 commit comments

Comments
 (0)