diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 4f0e9cb6b..798d46eea 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -63,7 +63,7 @@ <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-bigtable</artifactId> - <version>2.0.0</version> + <version>2.0.1</version> <scope>test</scope> </dependency> <dependency> diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 56a1fe621..99f2e1e29 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -61,7 +61,7 @@ <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-bigtable</artifactId> - <version>2.0.0</version> + <version>2.0.1</version> <scope>test</scope> </dependency> <dependency> diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 435ce8995..e5a445586 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -79,7 +79,7 @@ <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-bigtable</artifactId> - <version>2.0.0</version> + <version>2.0.1</version> <scope>test</scope> </dependency> <dependency>