From 05e9652a647c5fae8699429443f2f301e0c7aa6e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 20 Sep 2022 14:01:18 +0000 Subject: [PATCH 1/2] deps: update dependency com.google.cloud:google-cloud-trace to v2.3.3 --- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index a0fdb708428..a36cc60c334 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -22,7 +22,7 @@ 1.8 UTF-8 0.31.1 - 2.3.1 + 2.3.3 3.4.4 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 5ec01f294b2..81180eae6e8 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -22,7 +22,7 @@ 1.8 UTF-8 0.31.1 - 2.3.1 + 2.3.3 3.4.4 From f488a3fea5f4de8b1b56ae0e05ca1d97fd99b8ef Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 20 Sep 2022 14:03: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 096d3824342..afc177ddf8c 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-spanner' ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-spanner:6.29.1' +implementation 'com.google.cloud:google-cloud-spanner:6.30.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.29.1" +libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.30.0" ``` ## Authentication