diff --git a/README.md b/README.md
index bd383110..90425249 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.2.2
+ 1.2.3
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-binary-authorization:1.2.2'
+implementation 'com.google.cloud:google-cloud-binary-authorization:1.2.3'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.2.2"
+libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.2.3"
```
## Authentication
diff --git a/pom.xml b/pom.xml
index e17c2d2b..8c62d32a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
org.apache.maven.plugins
maven-project-info-reports-plugin
- 3.4.0
+ 3.4.1