diff --git a/README.md b/README.md
index 2e0cb41..e6fd4d7 100644
--- a/README.md
+++ b/README.md
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
com.google.cloud
google-cloud-optimization
- 1.1.3
+ 1.1.4
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-optimization:1.1.3'
+implementation 'com.google.cloud:google-cloud-optimization:1.1.4'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-optimization" % "1.1.3"
+libraryDependencies += "com.google.cloud" % "google-cloud-optimization" % "1.1.4"
```
## Authentication
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index e0a67bd..e0cb6f4 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -35,7 +35,7 @@
com.google.cloud
google-cloud-storage
- 2.11.0
+ 2.11.1
junit
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 45ca3ff..061ca0c 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -35,7 +35,7 @@
com.google.cloud
google-cloud-storage
- 2.11.0
+ 2.11.1
junit