diff --git a/README.md b/README.md
index f47631f7..292f438a 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-appengine-admin
- 2.1.6
+ 2.1.7
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
-implementation 'com.google.cloud:google-cloud-appengine-admin:2.1.6'
+implementation 'com.google.cloud:google-cloud-appengine-admin:2.1.7'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-appengine-admin" % "2.1.6"
+libraryDependencies += "com.google.cloud" % "google-cloud-appengine-admin" % "2.1.7"
```
## Authentication
diff --git a/pom.xml b/pom.xml
index a918f9ba..1ec15f8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
org.apache.maven.plugins
maven-project-info-reports-plugin
- 3.1.2
+ 3.2.1