From 01b15cc577a3411b85341d3c49ed414ece2e15be Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 4 Feb 2022 23:17:43 +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 b843b427..8407bd3a 100644 --- a/pom.xml +++ b/pom.xml @@ -120,7 +120,7 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 3.1.2 + 3.2.1 From 670c052fbebc9fe44e83b6d496dbe8ccc6821cb8 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 4 Feb 2022 23:20:13 +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