From d163c47aa3279a252ac2a236faf4e31b3815d5df Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 28 Jan 2023 11:06:57 +0000 Subject: [PATCH 1/2] deps: update dependency org.xerial.snappy:snappy-java to v1.1.9.0 --- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- samples/snippets/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index f11db34c0..8da1e7c2a 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -57,7 +57,7 @@ org.xerial.snappy snappy-java - 1.1.8.4 + 1.1.9.0 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index c09b34d77..fc0d0e9c6 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -56,7 +56,7 @@ org.xerial.snappy snappy-java - 1.1.8.4 + 1.1.9.0 com.google.protobuf diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index efb1504e2..c2ddce8fb 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -71,7 +71,7 @@ org.xerial.snappy snappy-java - 1.1.8.4 + 1.1.9.0 com.google.protobuf From ee0dfffd2713e962f9084f7b48486147c6dcbfe7 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Sat, 28 Jan 2023 11:09:40 +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 b8e47b4c2..3958255f9 100644 --- a/README.md +++ b/README.md @@ -51,20 +51,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.4.0') +implementation platform('com.google.cloud:libraries-bom:26.5.0') implementation 'com.google.cloud:google-cloud-pubsub' ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-pubsub:1.123.0' +implementation 'com.google.cloud:google-cloud-pubsub:1.123.1' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.123.0" +libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.123.1" ``` ## Authentication