From 5d469e74f2d7e92a8953dc104a1d4daa32696f8f Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Mon, 21 Mar 2022 15:14:22 -0400 Subject: [PATCH 1/3] deps(sample): using newer google-analytics-data in snippet --- 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 6d9517e2..84f0e13b 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.analytics google-analytics-data - 0.11.4 + 0.11.6 From 75869882af8041cb252e1615798f2037cca04943 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Mon, 21 Mar 2022 15:16:33 -0400 Subject: [PATCH 2/3] ci: try running the failing sample in this PR --- .kokoro/build.sh | 5 ----- samples/snippets/pom.xml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index a082dce4..8814822c 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -76,11 +76,6 @@ graalvm) ;; samples) SAMPLES_DIR=samples - # only run ITs in snapshot/ on presubmit PRs. run ITs in all 3 samples/ subdirectories otherwise. - if [[ ! -z ${KOKORO_GITHUB_PULL_REQUEST_NUMBER} ]] - then - SAMPLES_DIR=samples/snapshot - fi if [[ -f ${SAMPLES_DIR}/pom.xml ]] then diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index e3365c30..45dc890f 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -40,7 +40,7 @@ com.google.analytics google-analytics-data - 0.11.4 + 0.11.6 com.google.auth From 49a83dd00584577d1337287ab9d8e06ca6790a35 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 21 Mar 2022 20:14:37 +0000 Subject: [PATCH 3/3] =?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 --- .kokoro/build.sh | 5 +++++ README.md | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 8814822c..a082dce4 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -76,6 +76,11 @@ graalvm) ;; samples) SAMPLES_DIR=samples + # only run ITs in snapshot/ on presubmit PRs. run ITs in all 3 samples/ subdirectories otherwise. + if [[ ! -z ${KOKORO_GITHUB_PULL_REQUEST_NUMBER} ]] + then + SAMPLES_DIR=samples/snapshot + fi if [[ -f ${SAMPLES_DIR}/pom.xml ]] then diff --git a/README.md b/README.md index 535e0c63..7289ca26 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-data - 0.11.5 + 0.11.6 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.analytics:google-analytics-data:0.11.5' +implementation 'com.google.analytics:google-analytics-data:0.11.6' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.11.5" +libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.11.6" ``` ## Authentication