From dc65e03a308533a9ee1ae7d378fa75505645c855 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 16 Sep 2022 11:03:06 +0000 Subject: [PATCH 1/2] build(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.3.0 --- samples/native-image-sample/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml index 2e94ac38d..db00dad60 100644 --- a/samples/native-image-sample/pom.xml +++ b/samples/native-image-sample/pom.xml @@ -62,7 +62,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.2.2 + 3.3.0 From 32dbc12f5dbbe7155f7f54ad24ea7c2f5b3cb0ab Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 16 Sep 2022 11:06:50 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e98c6003d..4b3fb13f0 100644 --- a/README.md +++ b/README.md @@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-logging' If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-logging:3.11.0' +implementation 'com.google.cloud:google-cloud-logging:3.11.1' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.11.0" +libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.11.1" ``` ## Authentication