diff --git a/README.md b/README.md
index 75d40fee0..73f89a328 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
com.google.cloud
google-cloud-aiplatform
- 2.9.0
+ 2.9.1
```
@@ -30,7 +30,7 @@ If you are using Maven without BOM, add this to your dependencies:
com.google.cloud
google-cloud-aiplatform
- 2.9.0
+ 2.9.1
```
@@ -45,13 +45,13 @@ implementation 'com.google.cloud:google-cloud-aiplatform'
If you are using Gradle without BOM, add this to your dependencies
```Groovy
-implementation 'com.google.cloud:google-cloud-aiplatform:2.9.0'
+implementation 'com.google.cloud:google-cloud-aiplatform:2.9.1'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "2.9.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "2.9.1"
```
## Authentication
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 6e6542540..419f3735c 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
google-cloud-aiplatform
- 2.9.0
+ 2.9.1
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index f2d3b710c..579091aa1 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -27,7 +27,7 @@
com.google.cloud
google-cloud-aiplatform
- 2.9.0
+ 2.9.1