Skip to content

Commit 84457d9

Browse files
authored
deps: update java-bigtable version (#4555)
Change-Id: I79f576e350903f75dcb51fc0e287a629252cc512
1 parent 728fb52 commit 84457d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bigtable-client-core-parent/bigtable-hbase/src/test/java/com/google/cloud/bigtable/hbase/wrappers/veneer/TestBigtableHBaseVeneerSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ public void testDefaultThrottlingDisabled() throws IOException {
399399
public void testDataSettingsWithEmulator() throws IOException {
400400
// A real port isn't required for this test; only verifying the configs can be stored and
401401
// retrieved.
402-
final int availablePort = 987654321;
402+
final int availablePort = 1234;
403403
String emulatorHost = "localhost:" + availablePort;
404404
configuration.set(BIGTABLE_EMULATOR_HOST_KEY, emulatorHost);
405405

@@ -416,7 +416,7 @@ public void testDataSettingsWithEmulator() throws IOException {
416416
public void testAdminSettingsWithEmulator() throws IOException {
417417
// A real port isn't required for this test; only verifying the configs can be stored and
418418
// retrieved.
419-
final int availablePort = 987654321;
419+
final int availablePort = 1234;
420420
String emulatorHost = "localhost:" + availablePort;
421421
configuration.set(BIGTABLE_EMULATOR_HOST_KEY, emulatorHost);
422422

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.71.0</bigtable.version>
59-
<google-cloud-bigtable-emulator.version>0.203.0</google-cloud-bigtable-emulator.version>
58+
<bigtable.version>2.75.1</bigtable.version>
59+
<google-cloud-bigtable-emulator.version>0.212.1</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)