diff --git a/README.md b/README.md
index 07ce74c..ec8cff8 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.1
+ 1.1.2
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-optimization:1.1.1'
+implementation 'com.google.cloud:google-cloud-optimization:1.1.2'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-optimization" % "1.1.1"
+libraryDependencies += "com.google.cloud" % "google-cloud-optimization" % "1.1.2"
```
## Authentication
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 9d8a3b1..f49f45d 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.7.0
+ 2.10.0
junit
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index f6174a8..9d1c62f 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -35,7 +35,7 @@
com.google.cloud
google-cloud-storage
- 2.7.0
+ 2.10.0
junit