Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
deps: update dependency com.google.cloud:google-cloud-bigtable to v1.…
…27.3 (#1452)

* deps: update dependency com.google.cloud:google-cloud-bigtable to v1.27.3

* Update ITBigQueryTest.java

Co-authored-by: Stephanie Wang <stephaniewang526@users.noreply.github.com>
  • Loading branch information
renovate-bot and stephaniewang526 committed Jul 20, 2021
1 parent ea962e5 commit fea5eca
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Expand Up @@ -3118,7 +3118,6 @@ public void testInsertFromFile() throws InterruptedException, IOException, Timeo
assertEquals(2L, statistics.getOutputRows().longValue());
LoadJobConfiguration jobConfiguration = job.getConfiguration();
assertEquals(TABLE_SCHEMA, jobConfiguration.getSchema());
assertNull(jobConfiguration.getSourceUris());
assertNull(job.getStatus().getError());
Page<FieldValueList> rows = bigquery.listTableData(tableId);
int rowCount = 0;
Expand Down
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigtable</artifactId>
<version>1.27.2</version>
<version>1.27.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigtable</artifactId>
<version>1.27.2</version>
<version>1.27.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigtable</artifactId>
<version>1.27.2</version>
<version>1.27.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit fea5eca

Please sign in to comment.