diff --git a/README.md b/README.md
index 035c88183..d26776e22 100644
--- a/README.md
+++ b/README.md
@@ -65,13 +65,13 @@ implementation 'com.google.cloud:google-cloud-video-intelligence'
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-video-intelligence:2.2.9'
+implementation 'com.google.cloud:google-cloud-video-intelligence:2.2.10'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.2.9"
+libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.2.10"
```
## Authentication
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 07aa90934..f8fdf6b9d 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -58,7 +58,7 @@
com.google.cloud
google-cloud-core
- 2.8.18
+ 2.8.19
test
tests
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 44175babe..8c9bb4e44 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -52,7 +52,7 @@
com.google.cloud
google-cloud-core
- 2.8.18
+ 2.8.19
test
tests
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index b1e818f14..a4bb1d374 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -63,7 +63,7 @@
com.google.cloud
google-cloud-core
- 2.8.18
+ 2.8.19
test
tests