diff --git a/java-video-intelligence/README.md b/java-video-intelligence/README.md index 33306ea04ccb..64944ad90bbe 100644 --- a/java-video-intelligence/README.md +++ b/java-video-intelligence/README.md @@ -50,7 +50,7 @@ If you are using Maven without BOM, add this to your dependencies: <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-storage</artifactId> - <version>2.11.2</version> + <version>2.11.3</version> </dependency> ``` diff --git a/java-video-intelligence/samples/install-without-bom/pom.xml b/java-video-intelligence/samples/install-without-bom/pom.xml index 60322fd99045..00f70f7885f3 100644 --- a/java-video-intelligence/samples/install-without-bom/pom.xml +++ b/java-video-intelligence/samples/install-without-bom/pom.xml @@ -34,13 +34,13 @@ <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-storage</artifactId> - <version>2.11.2</version> + <version>2.11.3</version> </dependency> <!-- [END videointelligence_install_without_bom] --> <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-storage</artifactId> - <version>2.11.2</version> + <version>2.11.3</version> </dependency> <dependency> diff --git a/java-video-intelligence/samples/snapshot/pom.xml b/java-video-intelligence/samples/snapshot/pom.xml index 520998084048..ef4894853f0e 100644 --- a/java-video-intelligence/samples/snapshot/pom.xml +++ b/java-video-intelligence/samples/snapshot/pom.xml @@ -34,7 +34,7 @@ <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-storage</artifactId> - <version>2.11.2</version> + <version>2.11.3</version> </dependency> <dependency>