diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index cc444676..1a5a6b72 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.10.0</version> + <version>2.11.0</version> </dependency> <dependency> diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 26463cb1..290e77d2 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.10.0</version> + <version>2.11.0</version> </dependency> <dependency> <groupId>junit</groupId>