diff --git a/README.md b/README.md index d6aea9e3..42c657c6 100644 --- a/README.md +++ b/README.md @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-securitycenter-settings - 0.6.4 + 0.6.5 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-securitycenter-settings:0.6.4' +implementation 'com.google.cloud:google-cloud-securitycenter-settings:0.6.5' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter-settings" % "0.6.4" +libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter-settings" % "0.6.5" ``` ## Authentication