From e073c4312963a7553aef259dac7c40e4146cdd24 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 12 Feb 2022 08:18:10 +0000 Subject: [PATCH 1/2] chore(deps): update dependency com.google.analytics:google-analytics-admin to v0.8.1 --- samples/install-without-bom/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 698e3e2c..38740737 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.analytics google-analytics-admin - 0.8.0 + 0.8.1 From df63da0328ee38a9fdfc21d1babaa519060016a3 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Sat, 12 Feb 2022 08:20:32 +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 77b4b28f..f8c835ba 100644 --- a/README.md +++ b/README.md @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file: com.google.analytics google-analytics-admin - 0.8.0 + 0.8.1 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.analytics:google-analytics-admin:0.8.0' +implementation 'com.google.analytics:google-analytics-admin:0.8.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.8.0" +libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.8.1" ``` ## Authentication