From d77562bfdc1701007b85ee0ac4e486273e566a7b Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 13:50:18 -0500 Subject: [PATCH] chore(java): add a note in README for migrated split repos (#1687) (#850) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(java): add a note in README for migrated split repos (#1687) * chore(java): add a note in README for migrated split repos Disable renovate bot and flaky bot for split repositories that have moved to the Java monorepo. The Java monorepo will pass the "monorepo=True" parameter to java.common_templates method in its owlbot.py files so that the migration note will not appear in the README in the monorepo. Co-authored-by: Jeff Ching Source-Link: https://github.com/googleapis/synthtool/commit/d4b291604f148cde065838c498bc8aa79b8dc10e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:edae91ccdd2dded2f572ec341a768ad180305a3e8fbfd93064b28e237d35920a * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot Co-authored-by: Jeff Ching Co-authored-by: Deepankar Dixit <90280028+ddixit14@users.noreply.github.com> --- java-container/.github/.OwlBot.lock.yaml | 1 + java-container/README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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