diff --git a/java-containeranalysis/.github/.OwlBot.lock.yaml b/java-containeranalysis/.github/.OwlBot.lock.yaml index 6610882f836f..f8b912ad0de0 100644 --- a/java-containeranalysis/.github/.OwlBot.lock.yaml +++ b/java-containeranalysis/.github/.OwlBot.lock.yaml @@ -13,5 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:04f254abfe5f47fe73ae6f91d68d55c3b76e722a4943066c3bb0ce03573b4ad9 -# created: 2022-07-18T21:44:23.94208526Z + digest: sha256:b47e411068ffc6e6990cb4e0802fbac9a4488dec7f5f424553518ba21abea208 +# created: 2022-07-26T16:25:31.033836225Z diff --git a/java-containeranalysis/README.md b/java-containeranalysis/README.md index 8362491b9d1a..a067b7f18b3d 100644 --- a/java-containeranalysis/README.md +++ b/java-containeranalysis/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.4.1' +implementation 'com.google.cloud:google-cloud-containeranalysis:2.4.2' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.4.1" +libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.4.2" ``` ## Authentication