diff --git a/README.md b/README.md index 56cf9732..69c67a7e 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.8 + 1.0.9 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-binary-authorization:1.0.8' +implementation 'com.google.cloud:google-cloud-binary-authorization:1.0.9' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.0.8" +libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.0.9" ``` ## Authentication diff --git a/pom.xml b/pom.xml index 43f3dd70..69c6fb08 100644 --- a/pom.xml +++ b/pom.xml @@ -157,7 +157,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.3.2 + 3.4.0 html