diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 965d7300f..554ce23e0 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -80,7 +80,7 @@ <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-core</artifactId> - <version>2.44.1</version> + <version>2.45.0</version> <classifier>tests</classifier> </dependency> <dependency> diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 56c7c619e..9caa9ec07 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -79,7 +79,7 @@ <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-core</artifactId> - <version>2.44.1</version> + <version>2.45.0</version> <classifier>tests</classifier> </dependency> <dependency> diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index a6bcbd096..9e84bb419 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -103,7 +103,7 @@ <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-core</artifactId> - <version>2.44.1</version> + <version>2.45.0</version> <classifier>tests</classifier> </dependency> <!-- [END_EXCLUDE] -->