diff --git a/README.md b/README.md
index 7202a6f..3fffcf7 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.6
+ 1.1.7
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-optimization:1.1.6'
+implementation 'com.google.cloud:google-cloud-optimization:1.1.7'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-optimization" % "1.1.6"
+libraryDependencies += "com.google.cloud" % "google-cloud-optimization" % "1.1.7"
```
## Authentication
diff --git a/pom.xml b/pom.xml
index 9589af0..2cb28b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
org.apache.maven.plugins
maven-project-info-reports-plugin
- 3.4.0
+ 3.4.1