diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 67fe54093..f1a7906d8 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -35,7 +35,7 @@ <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-storage</artifactId> - <version>2.4.5</version> + <version>2.5.0</version> </dependency> <dependency> <groupId>com.google.protobuf</groupId> diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 3a3bddfc1..59a836787 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -34,7 +34,7 @@ <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-storage</artifactId> - <version>2.4.5</version> + <version>2.5.0</version> </dependency> <dependency> <groupId>com.google.protobuf</groupId> diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 3d072d93b..52f441f0d 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -33,7 +33,7 @@ <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-storage</artifactId> - <version>2.4.5</version> + <version>2.5.0</version> </dependency> <dependency> <groupId>com.google.protobuf</groupId>