diff --git a/java-container/.github/.OwlBot.lock.yaml b/java-container/.github/.OwlBot.lock.yaml index 82b5a1a2e2e1..c4d2d80f19e1 100644 --- a/java-container/.github/.OwlBot.lock.yaml +++ b/java-container/.github/.OwlBot.lock.yaml @@ -14,3 +14,4 @@ docker: image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest digest: sha256:894d56f45fc3f4f0d5f3bcf790846419ee2d8e44715eae8917d6a1bba2b7283d + diff --git a/java-container/README.md b/java-container/README.md index 38c3154d91f8..55b638c2e3a4 100644 --- a/java-container/README.md +++ b/java-container/README.md @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-container' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-container:2.8.0' +implementation 'com.google.cloud:google-cloud-container:2.9.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-container" % "2.8.0" +libraryDependencies += "com.google.cloud" % "google-cloud-container" % "2.9.0" ``` ## Authentication