From f5e313d0e2cc6440f7955691ae564ab3b6b2f450 Mon Sep 17 00:00:00 2001 From: Sri Harsha CH Date: Fri, 8 Dec 2023 05:49:20 +0000 Subject: [PATCH 1/2] feat: update OwlBot.yaml file to pull autogenerated executor code --- .github/.OwlBot.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/.OwlBot.yaml b/.github/.OwlBot.yaml index e268a228808..f8afbf407f5 100644 --- a/.github/.OwlBot.yaml +++ b/.github/.OwlBot.yaml @@ -45,3 +45,9 @@ deep-copy-regex: dest: "/owl-bot-staging/$1/grpc-google-cloud-spanner-admin-instance-$1/src" - source: "/google/spanner/admin/instance/(v.*)/.*-java/gapic-google-.*/src" dest: "/owl-bot-staging/$1/google-cloud-spanner/src/" +- source: "/google/spanner/executor/(v.*)/.*-java/proto-google-.*/src" + dest: "/owl-bot-staging/$1/proto-google-cloud-spanner-executor-$1/src" +- source: "/google/spanner/executor/(v.*)/.*-java/grpc-google-.*/src" + dest: "/owl-bot-staging/$1/grpc-google-cloud-spanner-executor-$1/src" +- source: "/google/spanner/executor/(v.*)/.*-java/gapic-google-.*/src" + dest: "/owl-bot-staging/$1/google-cloud-spanner-executor/src/" From fa94ffc378c89761928e9ba9cc0fbc6d9947e285 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 8 Dec 2023 11:19:10 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bf02ebb064a..fc1006eb5ab 100644 --- a/README.md +++ b/README.md @@ -50,20 +50,20 @@ If you are using Maven without the 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:26.27.0') +implementation platform('com.google.cloud:libraries-bom:26.28.0') implementation 'com.google.cloud:google-cloud-spanner' ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-spanner:6.54.0' +implementation 'com.google.cloud:google-cloud-spanner:6.55.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.54.0" +libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.55.0" ``` @@ -433,7 +433,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-spanner/java11.html [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-spanner.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-spanner/6.54.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-spanner/6.55.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles