From b3b3d35d910525ef69c656c5d97aa4dacd4fdea5 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 10:09:35 -0700 Subject: [PATCH] chore: skip formatting generated samples (#1456) (#742) Source-Link: https://github.com/googleapis/synthtool/commit/625c20e6b9e195986595e56f60cba04e99c1951a Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:58ccd4737212f64a7dd4b3063d447447acf71a2b9d409eab19fc7a00b18eadc0 Co-authored-by: Owl Bot --- java-container/.github/.OwlBot.lock.yaml | 4 ++-- java-container/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/java-container/.github/.OwlBot.lock.yaml b/java-container/.github/.OwlBot.lock.yaml index a79f06271b60..68f2b159daba 100644 --- a/java-container/.github/.OwlBot.lock.yaml +++ b/java-container/.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:2567a120ce90fadb6201999b87d649d9f67459de28815ad239bce9ebfaa18a74 -# created: 2022-05-19T15:12:45.278246753Z + digest: sha256:58ccd4737212f64a7dd4b3063d447447acf71a2b9d409eab19fc7a00b18eadc0 +# created: 2022-06-10T19:20:11.004014696Z diff --git a/java-container/README.md b/java-container/README.md index ba8787aaa6d9..ecda2b0d1f4c 100644 --- a/java-container/README.md +++ b/java-container/README.md @@ -49,7 +49,7 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies ```Groovy -implementation platform('com.google.cloud:libraries-bom:25.3.0') +implementation platform('com.google.cloud:libraries-bom:25.4.0') implementation 'com.google.cloud:google-cloud-container' ```