diff --git a/README.md b/README.md
index fb726425..a0b9dcf2 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.1.1
+ 1.2.0
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
-implementation 'com.google.cloud:google-cloud-binary-authorization:1.1.1'
+implementation 'com.google.cloud:google-cloud-binary-authorization:1.2.0'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.1.1"
+libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.2.0"
```
## Authentication
diff --git a/pom.xml b/pom.xml
index eb52b8ff..5b309ed6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
io.grafeas
grafeas
- 2.3.1
+ 2.4.0
io.perfmark