From 1d63d7f2571ac59fb9c42eee230af33bb6b152eb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 27 Oct 2021 15:48:45 +0000 Subject: [PATCH 1/2] deps: update dependency org.apache.avro:avro to v1.11.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 37a995c7d..af52ee0ee 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -51,7 +51,7 @@ org.apache.avro avro - 1.10.2 + 1.11.0 compile diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 43a6995d9..33cf7dbcc 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -50,7 +50,7 @@ org.apache.avro avro - 1.10.2 + 1.11.0 compile diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index 34d38f581..38dedf907 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -62,7 +62,7 @@ org.apache.avro avro - 1.10.2 + 1.11.0 org.xerial.snappy From 1389498c42f09ee02744b23026af2a43fef6650e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 27 Oct 2021 15:51:09 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8b409080..17be534a3 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,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:23.1.0') +implementation platform('com.google.cloud:libraries-bom:24.0.0') implementation 'com.google.cloud:google-cloud-pubsub' ```