From 2986ca84115be08762e74b2e6905f70eb0908741 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 4 Feb 2022 21:22:58 +0000 Subject: [PATCH 1/2] chore(deps): update dependency com.google.analytics:google-analytics-admin to v0.8.0 --- 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 e08c365a..698e3e2c 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.7.0 + 0.8.0 From 773d4b37949462b8cd30594f9662c51d68818167 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 4 Feb 2022 21:25:30 +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 0379b324..77b4b28f 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.7.0 + 0.8.0 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.analytics:google-analytics-admin:0.7.0' +implementation 'com.google.analytics:google-analytics-admin:0.8.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.7.0" +libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.8.0" ``` ## Authentication