From 98f0b3a64030f0f6d0dc097cca954ff302bf318c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 4 Feb 2022 22:01:08 +0000 Subject: [PATCH 1/2] build(deps): update dependency org.apache.maven.plugins:maven-project-info-reports-plugin to v3.2.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c71bae01..7c6acbdf 100644 --- a/pom.xml +++ b/pom.xml @@ -127,7 +127,7 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 3.1.2 + 3.2.1 From d91d2a11a762488e4cb370d2a877e6338440d78c Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 4 Feb 2022 22:03:17 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a427ff4..649c5889 100644 --- a/README.md +++ b/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-debugger-client - 1.1.5 + 1.1.6 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-debugger-client:1.1.5' +implementation 'com.google.cloud:google-cloud-debugger-client:1.1.6' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-debugger-client" % "1.1.5" +libraryDependencies += "com.google.cloud" % "google-cloud-debugger-client" % "1.1.6" ``` ## Authentication