From 8cc6c522268dc4d30b1c062df19f3dadda8140c8 Mon Sep 17 00:00:00 2001 From: mohanli-ml Date: Thu, 12 May 2022 19:31:21 +0000 Subject: [PATCH 1/2] feat: add gRPC RLS dependency --- google-cloud-bigtable/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/google-cloud-bigtable/pom.xml b/google-cloud-bigtable/pom.xml index 7676d0612f..6ee68277c6 100644 --- a/google-cloud-bigtable/pom.xml +++ b/google-cloud-bigtable/pom.xml @@ -174,6 +174,16 @@ grpc-grpclb runtime + + io.grpc + grpc-googleapis + runtime + + + io.grpc + grpc-rls + runtime + io.grpc grpc-netty-shaded From 677f0697ac2180436280fcd28af9143b69542923 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 19 Sep 2022 18:27:55 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 87f01f1c39..234cde7492 100644 --- a/README.md +++ b/README.md @@ -49,20 +49,20 @@ 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:26.1.1') +implementation platform('com.google.cloud:libraries-bom:26.1.2') implementation 'com.google.cloud:google-cloud-bigtable' ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-bigtable:2.11.2' +implementation 'com.google.cloud:google-cloud-bigtable:2.12.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "2.11.2" +libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "2.12.0" ``` ## Authentication