diff --git a/README.md b/README.md
index 3119a30c..561af321 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-binary-authorization
- 1.0.1
+ 1.0.2
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
-implementation 'com.google.cloud:google-cloud-binary-authorization:1.0.1'
+implementation 'com.google.cloud:google-cloud-binary-authorization:1.0.2'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.0.1"
+libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.0.2"
```
## Authentication
diff --git a/pom.xml b/pom.xml
index 891d7472..226d773d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,7 @@
org.apache.maven.plugins
maven-project-info-reports-plugin
- 3.1.2
+ 3.2.1