diff --git a/bigtable-client-core-parent/bigtable-hbase/src/test/java/com/google/cloud/bigtable/hbase/wrappers/veneer/TestBigtableHBaseVeneerSettings.java b/bigtable-client-core-parent/bigtable-hbase/src/test/java/com/google/cloud/bigtable/hbase/wrappers/veneer/TestBigtableHBaseVeneerSettings.java index 9376d3ff1c..53c37f0f4e 100644 --- a/bigtable-client-core-parent/bigtable-hbase/src/test/java/com/google/cloud/bigtable/hbase/wrappers/veneer/TestBigtableHBaseVeneerSettings.java +++ b/bigtable-client-core-parent/bigtable-hbase/src/test/java/com/google/cloud/bigtable/hbase/wrappers/veneer/TestBigtableHBaseVeneerSettings.java @@ -399,7 +399,7 @@ public void testDefaultThrottlingDisabled() throws IOException { public void testDataSettingsWithEmulator() throws IOException { // A real port isn't required for this test; only verifying the configs can be stored and // retrieved. - final int availablePort = 987654321; + final int availablePort = 1234; String emulatorHost = "localhost:" + availablePort; configuration.set(BIGTABLE_EMULATOR_HOST_KEY, emulatorHost); @@ -416,7 +416,7 @@ public void testDataSettingsWithEmulator() throws IOException { public void testAdminSettingsWithEmulator() throws IOException { // A real port isn't required for this test; only verifying the configs can be stored and // retrieved. - final int availablePort = 987654321; + final int availablePort = 1234; String emulatorHost = "localhost:" + availablePort; configuration.set(BIGTABLE_EMULATOR_HOST_KEY, emulatorHost); diff --git a/pom.xml b/pom.xml index c79ee8c847..5c5a1821c7 100644 --- a/pom.xml +++ b/pom.xml @@ -55,8 +55,8 @@ limitations under the License. UTF-8 - 2.71.0 - 0.203.0 + 2.75.1 + 0.212.1 1.29.2 4.2.22