diff --git a/README.md b/README.md index 9f34e098..953d49d8 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-containeranalysis' If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-containeranalysis:2.2.8' +implementation 'com.google.cloud:google-cloud-containeranalysis:2.2.9' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.2.8" +libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.2.9" ``` ## Authentication diff --git a/pom.xml b/pom.xml index b3deaeb1..def25c54 100644 --- a/pom.xml +++ b/pom.xml @@ -140,7 +140,7 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 3.2.1 + 3.2.2