From 13ff05c24963bbc36e8f7fbceb7ea7562a83299d Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Tue, 22 Mar 2022 23:34:18 +0000
Subject: [PATCH 1/5] chore(main): release 0.11.9-SNAPSHOT (#456)
:robot: I have created a release *beep* *boop*
---
### Updating meta-information for bleeding-edge SNAPSHOT release.
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
google-analytics-data-bom/pom.xml | 8 ++++----
google-analytics-data/pom.xml | 4 ++--
grpc-google-analytics-data-v1beta/pom.xml | 4 ++--
pom.xml | 8 ++++----
proto-google-analytics-data-v1beta/pom.xml | 4 ++--
samples/snapshot/pom.xml | 2 +-
versions.txt | 6 +++---
7 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/google-analytics-data-bom/pom.xml b/google-analytics-data-bom/pom.xml
index 4e6cbcd4..c6d82ad2 100644
--- a/google-analytics-data-bom/pom.xml
+++ b/google-analytics-data-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.analytics
google-analytics-data-bom
- 0.11.8
+ 0.11.9-SNAPSHOT
pom
com.google.cloud
@@ -56,17 +56,17 @@
com.google.analytics
google-analytics-data
- 0.11.8
+ 0.11.9-SNAPSHOT
com.google.api.grpc
grpc-google-analytics-data-v1beta
- 0.11.8
+ 0.11.9-SNAPSHOT
com.google.api.grpc
proto-google-analytics-data-v1beta
- 0.11.8
+ 0.11.9-SNAPSHOT
diff --git a/google-analytics-data/pom.xml b/google-analytics-data/pom.xml
index 03b8afc8..8f36aa87 100644
--- a/google-analytics-data/pom.xml
+++ b/google-analytics-data/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.analytics
google-analytics-data
- 0.11.8
+ 0.11.9-SNAPSHOT
jar
Google Analytics Data
https://github.com/googleapis/java-analytics-data
@@ -11,7 +11,7 @@
com.google.analytics
google-analytics-data-parent
- 0.11.8
+ 0.11.9-SNAPSHOT
google-analytics-data
diff --git a/grpc-google-analytics-data-v1beta/pom.xml b/grpc-google-analytics-data-v1beta/pom.xml
index 80babf13..cd65fd6e 100644
--- a/grpc-google-analytics-data-v1beta/pom.xml
+++ b/grpc-google-analytics-data-v1beta/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-analytics-data-v1beta
- 0.11.8
+ 0.11.9-SNAPSHOT
grpc-google-analytics-data-v1beta
GRPC library for grpc-google-analytics-data-v1beta
com.google.analytics
google-analytics-data-parent
- 0.11.8
+ 0.11.9-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index 64892f27..e27a1848 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.analytics
google-analytics-data-parent
pom
- 0.11.8
+ 0.11.9-SNAPSHOT
Google Analytics Data Parent
https://github.com/googleapis/java-analytics-data
@@ -61,17 +61,17 @@
com.google.analytics
google-analytics-data
- 0.11.8
+ 0.11.9-SNAPSHOT
com.google.api.grpc
proto-google-analytics-data-v1beta
- 0.11.8
+ 0.11.9-SNAPSHOT
com.google.api.grpc
grpc-google-analytics-data-v1beta
- 0.11.8
+ 0.11.9-SNAPSHOT
diff --git a/proto-google-analytics-data-v1beta/pom.xml b/proto-google-analytics-data-v1beta/pom.xml
index 3637a5ba..5753ea20 100644
--- a/proto-google-analytics-data-v1beta/pom.xml
+++ b/proto-google-analytics-data-v1beta/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-analytics-data-v1beta
- 0.11.8
+ 0.11.9-SNAPSHOT
proto-google-analytics-data-v1beta
PROTO library for proto-google-analytics-data-v1beta
com.google.analytics
google-analytics-data-parent
- 0.11.8
+ 0.11.9-SNAPSHOT
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 48c828b1..81e2e9a1 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -40,7 +40,7 @@
com.google.analytics
google-analytics-data
- 0.11.8
+ 0.11.9-SNAPSHOT
diff --git a/versions.txt b/versions.txt
index cf441377..c0d3e967 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-google-analytics-data:0.11.8:0.11.8
-grpc-google-analytics-data-v1beta:0.11.8:0.11.8
-proto-google-analytics-data-v1beta:0.11.8:0.11.8
+google-analytics-data:0.11.8:0.11.9-SNAPSHOT
+grpc-google-analytics-data-v1beta:0.11.8:0.11.9-SNAPSHOT
+proto-google-analytics-data-v1beta:0.11.8:0.11.9-SNAPSHOT
From bfe5e32a62fd973a7c9c129ed3a7abc401412bda Mon Sep 17 00:00:00 2001
From: Anwesha
Date: Wed, 23 Mar 2022 10:25:37 -0700
Subject: [PATCH 2/5] samples: add Java sample for runReport method (#447)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* A copy sample to test fork process
* Adds sample RunReportSample
* Modifies runReport sample to have headers printed
* Addresses comment differences inbetween python and java sample
* Changes println to printf for consistency
* Test for run report
* Fixes a matching tag
* Fixes checkstyle violation
* -Another commit to fix checkstyle violations
* Changes to linting
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
Co-authored-by: Owl Bot
Co-authored-by: ikuleshov
---
README.md | 7 +-
.../example/analytics/RunReportSample.java | 108 ++++++++++++++++++
.../analytics/RunReportSampleTest.java | 54 +++++++++
3 files changed, 166 insertions(+), 3 deletions(-)
create mode 100644 samples/snippets/src/main/java/com/example/analytics/RunReportSample.java
create mode 100644 samples/snippets/src/test/java/com/example/analytics/RunReportSampleTest.java
diff --git a/README.md b/README.md
index a3ea9026..c3444c1a 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.7
+ 0.11.8
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
-implementation 'com.google.analytics:google-analytics-data:0.11.7'
+implementation 'com.google.analytics:google-analytics-data:0.11.8'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.11.7"
+libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.11.8"
```
## Authentication
@@ -81,6 +81,7 @@ Samples are in the [`samples/`](https://github.com/googleapis/java-analytics-dat
| --------------------------- | --------------------------------- | ------ |
| Quickstart Json Credentials Sample | [source code](https://github.com/googleapis/java-analytics-data/blob/main/samples/snippets/src/main/java/com/example/analytics/QuickstartJsonCredentialsSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-analytics-data&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/analytics/QuickstartJsonCredentialsSample.java) |
| Quickstart Sample | [source code](https://github.com/googleapis/java-analytics-data/blob/main/samples/snippets/src/main/java/com/example/analytics/QuickstartSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-analytics-data&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/analytics/QuickstartSample.java) |
+| Run Report Sample | [source code](https://github.com/googleapis/java-analytics-data/blob/main/samples/snippets/src/main/java/com/example/analytics/RunReportSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-analytics-data&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/analytics/RunReportSample.java) |
diff --git a/samples/snippets/src/main/java/com/example/analytics/RunReportSample.java b/samples/snippets/src/main/java/com/example/analytics/RunReportSample.java
new file mode 100644
index 00000000..1db677f6
--- /dev/null
+++ b/samples/snippets/src/main/java/com/example/analytics/RunReportSample.java
@@ -0,0 +1,108 @@
+/*
+ * Copyright 2022 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.example.analytics;
+
+/* Google Analytics Data API sample application demonstrating the creation
+of a basic report.
+
+See
+https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties/runReport
+for more information.
+
+This application demonstrates the usage of the Analytics Data API using service account credentials.
+
+Before you start the application, please review the comments starting with
+"TODO(developer)" and update the code to use correct values.
+
+To run this sample using Maven:
+ cd java-analytics-data/samples/snippets
+ mvn compile
+ mvn exec:java -Dexec.mainClass="com.example.analytics.RunReportSample"
+ */
+
+// [START analyticsdata_run_report]
+import com.google.analytics.data.v1beta.BetaAnalyticsDataClient;
+import com.google.analytics.data.v1beta.DateRange;
+import com.google.analytics.data.v1beta.Dimension;
+import com.google.analytics.data.v1beta.DimensionHeader;
+import com.google.analytics.data.v1beta.Metric;
+import com.google.analytics.data.v1beta.MetricHeader;
+import com.google.analytics.data.v1beta.Row;
+import com.google.analytics.data.v1beta.RunReportRequest;
+import com.google.analytics.data.v1beta.RunReportResponse;
+
+public class RunReportSample {
+
+ public static void main(String... args) throws Exception {
+ /**
+ * TODO(developer): Replace this variable with your Google Analytics 4 property ID before
+ * running the sample.
+ */
+ String propertyId = "YOUR-GA4-PROPERTY-ID";
+ sampleRunReport(propertyId);
+ }
+
+ // Runs a report of active users grouped by country.
+ static void sampleRunReport(String propertyId) throws Exception {
+ /**
+ * TODO(developer): Uncomment this variable and replace with your Google Analytics 4 property ID
+ * before running the sample.
+ */
+ // propertyId = "YOUR-GA4-PROPERTY-ID";
+
+ // Using a default constructor instructs the client to use the credentials
+ // specified in GOOGLE_APPLICATION_CREDENTIALS environment variable.
+ try (BetaAnalyticsDataClient analyticsData = BetaAnalyticsDataClient.create()) {
+ RunReportRequest request =
+ RunReportRequest.newBuilder()
+ .setProperty("properties/" + propertyId)
+ .addDimensions(Dimension.newBuilder().setName("country"))
+ .addMetrics(Metric.newBuilder().setName("activeUsers"))
+ .addDateRanges(
+ DateRange.newBuilder().setStartDate("2020-09-01").setEndDate("2020-09-15"))
+ .build();
+
+ // Make the request.
+ RunReportResponse response = analyticsData.runReport(request);
+ printRunResponseResponse(response);
+ }
+ }
+
+ // Prints results of a runReport call.
+ static void printRunResponseResponse(RunReportResponse response) {
+ // [START analyticsdata_print_run_report_response_header]
+ System.out.printf("%s rows received%n", response.getRowsList().size());
+
+ for (DimensionHeader header : response.getDimensionHeadersList()) {
+ System.out.printf("Dimension header name: %s%n", header.getName());
+ }
+
+ for (MetricHeader header : response.getMetricHeadersList()) {
+ System.out.printf("Metric header name: %s%n", header.getName());
+ }
+ // [END analyticsdata_print_run_report_response_header]
+
+ // [START analyticsdata_print_run_report_response_rows]
+ System.out.println("Report result:");
+ for (Row row : response.getRowsList()) {
+ System.out.printf(
+ "%s, %s%n", row.getDimensionValues(0).getValue(), row.getMetricValues(0).getValue());
+ }
+ // [END analyticsdata_print_run_report_response_rows]
+ }
+}
+// [END analyticsdata_run_report]
diff --git a/samples/snippets/src/test/java/com/example/analytics/RunReportSampleTest.java b/samples/snippets/src/test/java/com/example/analytics/RunReportSampleTest.java
new file mode 100644
index 00000000..48e3ca22
--- /dev/null
+++ b/samples/snippets/src/test/java/com/example/analytics/RunReportSampleTest.java
@@ -0,0 +1,54 @@
+/*
+ * Copyright 2022 Google LLC
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.example.analytics;
+
+import static com.google.common.truth.Truth.assertThat;
+
+import java.io.ByteArrayOutputStream;
+import java.io.PrintStream;
+import org.junit.Test;
+import org.junit.runner.RunWith;
+import org.junit.runners.JUnit4;
+
+/** Tests for the run report sample. */
+@RunWith(JUnit4.class)
+public class RunReportSampleTest {
+
+ private String ga4PropertyId =
+ System.getProperty("analyticsdata.quickstart.ga4PropertyId", "222596558");
+
+ private String runSample(String ga4PropertyId) throws Exception {
+ PrintStream stdOut = System.out;
+ ByteArrayOutputStream bout = new ByteArrayOutputStream();
+ PrintStream out = new PrintStream(bout);
+ System.setOut(out);
+
+ // Run the test using default system credentials.
+ RunReportSample.sampleRunReport(ga4PropertyId);
+ System.setOut(stdOut);
+ return bout.toString();
+ }
+
+ @Test
+ public void testRunReport() throws Exception {
+ // Act
+ String out = runSample(ga4PropertyId);
+
+ // Assert
+ assertThat(out).contains("Report result:");
+ }
+}
From 3085bf76d0ef1876b74a0df23b235e298e3a860a Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Tue, 29 Mar 2022 19:02:12 +0200
Subject: [PATCH 3/5] build(deps): update dependency
com.google.cloud:google-cloud-shared-config to v1.3.2 (#457)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-config](https://togithub.com/googleapis/java-shared-config) | `1.3.0` -> `1.3.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
googleapis/java-shared-config
### [`v1.3.2`](https://togithub.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#132-httpsgithubcomgoogleapisjava-shared-configcomparev131v132-2022-03-28)
[Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v1.3.1...v1.3.2)
### [`v1.3.1`](https://togithub.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#131-httpsgithubcomgoogleapisjava-shared-configcomparev130v131-2022-03-25)
[Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v1.3.0...v1.3.1)
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, click this checkbox.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-analytics-data).
---
google-analytics-data-bom/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/google-analytics-data-bom/pom.xml b/google-analytics-data-bom/pom.xml
index c6d82ad2..7221934b 100644
--- a/google-analytics-data-bom/pom.xml
+++ b/google-analytics-data-bom/pom.xml
@@ -8,7 +8,7 @@
com.google.cloud
google-cloud-shared-config
- 1.3.0
+ 1.3.2
Google Analytics Data BOM
diff --git a/pom.xml b/pom.xml
index e27a1848..fe071bdc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-shared-config
- 1.3.0
+ 1.3.2
From 19ff7fb0e2100a7e71d27ce8163540419594a5c2 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Tue, 29 Mar 2022 20:10:27 +0200
Subject: [PATCH 4/5] deps: update dependency
com.google.cloud:google-cloud-shared-dependencies to v2.9.0 (#459)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | `2.8.0` -> `2.9.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
googleapis/java-shared-dependencies
### [`v2.9.0`](https://togithub.com/googleapis/java-shared-dependencies/blob/HEAD/CHANGELOG.md#290-httpsgithubcomgoogleapisjava-shared-dependenciescomparev280v290-2022-03-28)
[Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v2.8.0...v2.9.0)
##### Dependencies
- guava 31.1 ([#635](https://togithub.com/googleapis/java-shared-dependencies/issues/635)) ([0939b06](https://togithub.com/googleapis/java-shared-dependencies/commit/0939b063a79cd4ffafb49cf04861ce577e35efd6))
- update dependency com.fasterxml.jackson:jackson-bom to v2.13.2 ([#626](https://togithub.com/googleapis/java-shared-dependencies/issues/626)) ([6014663](https://togithub.com/googleapis/java-shared-dependencies/commit/601466339c9631faa88033d1ff1e31582fb67b7b))
- update dependency com.fasterxml.jackson:jackson-bom to v2.13.2.20220324 ([#636](https://togithub.com/googleapis/java-shared-dependencies/issues/636)) ([6c833fa](https://togithub.com/googleapis/java-shared-dependencies/commit/6c833faa7815147013999bfc2bb6935fd8fe6b34))
- update dependency com.google.api-client:google-api-client-bom to v1.33.4 ([#642](https://togithub.com/googleapis/java-shared-dependencies/issues/642)) ([57bd912](https://togithub.com/googleapis/java-shared-dependencies/commit/57bd9124ce8981b7b3b5d0c87b7c1e5f935b7150))
- update dependency com.google.api:api-common to v2.1.5 ([#637](https://togithub.com/googleapis/java-shared-dependencies/issues/637)) ([d3a00fa](https://togithub.com/googleapis/java-shared-dependencies/commit/d3a00fa5ce9908000122d8365fb2f2d0e388494b))
- update dependency com.google.auth:google-auth-library-bom to v1.6.0 ([#631](https://togithub.com/googleapis/java-shared-dependencies/issues/631)) ([53dc7c2](https://togithub.com/googleapis/java-shared-dependencies/commit/53dc7c2fe255a6c7ca059dd414449bf96780f936))
- update dependency com.google.cloud:google-cloud-core-bom to v2.5.11 ([#644](https://togithub.com/googleapis/java-shared-dependencies/issues/644)) ([4331dcc](https://togithub.com/googleapis/java-shared-dependencies/commit/4331dcc331e8377fcc57e5404321611186ca22cb))
- update dependency com.google.http-client:google-http-client-bom to v1.41.5 ([#638](https://togithub.com/googleapis/java-shared-dependencies/issues/638)) ([e007d23](https://togithub.com/googleapis/java-shared-dependencies/commit/e007d2381bd388a1c199fc3f31d0b965f8ae592d))
- update dependency io.grpc:grpc-bom to v1.45.0 ([#630](https://togithub.com/googleapis/java-shared-dependencies/issues/630)) ([20334e3](https://togithub.com/googleapis/java-shared-dependencies/commit/20334e30d256897cd7ef52c646e5c4549cd7ae69))
- update dependency org.threeten:threetenbp to v1.6.0 ([#633](https://togithub.com/googleapis/java-shared-dependencies/issues/633)) ([1a2716d](https://togithub.com/googleapis/java-shared-dependencies/commit/1a2716d22e442c5cd6adea9449756b9ac3ddbf8e))
- update gax.version to v2.13.0 ([#641](https://togithub.com/googleapis/java-shared-dependencies/issues/641)) ([b863746](https://togithub.com/googleapis/java-shared-dependencies/commit/b863746727fadd45c35198f58eb862f47fe14945))
- update google.common-protos.version to v2.8.0 ([#639](https://togithub.com/googleapis/java-shared-dependencies/issues/639)) ([252afba](https://togithub.com/googleapis/java-shared-dependencies/commit/252afba1df8e4cfdf2574d127097b0978b7778c0))
- update google.core.version to v2.5.10 ([#628](https://togithub.com/googleapis/java-shared-dependencies/issues/628)) ([fec6f51](https://togithub.com/googleapis/java-shared-dependencies/commit/fec6f5121384a04a389bad6f6477a9a5ce468016))
- update iam.version to v1.2.10 ([#625](https://togithub.com/googleapis/java-shared-dependencies/issues/625)) ([0d7ca29](https://togithub.com/googleapis/java-shared-dependencies/commit/0d7ca2924bd24abe14883c173156bb4dc5fb90bf))
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, click this checkbox.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-analytics-data).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fe071bdc..7eb39fa4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
com.google.cloud
google-cloud-shared-dependencies
- 2.8.0
+ 2.9.0
pom
import
From 9fc990eff6dd75de7bc1a57a3ce16d55b1395416 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Tue, 29 Mar 2022 18:26:33 +0000
Subject: [PATCH 5/5] chore(main): release 0.11.9 (#460)
:robot: I have created a release *beep* *boop*
---
### [0.11.9](https://github.com/googleapis/java-analytics-data/compare/v0.11.8...v0.11.9) (2022-03-29)
### Dependencies
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.9.0 ([#459](https://github.com/googleapis/java-analytics-data/issues/459)) ([19ff7fb](https://github.com/googleapis/java-analytics-data/commit/19ff7fb0e2100a7e71d27ce8163540419594a5c2))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
CHANGELOG.md | 7 +++++++
google-analytics-data-bom/pom.xml | 8 ++++----
google-analytics-data/pom.xml | 4 ++--
grpc-google-analytics-data-v1beta/pom.xml | 4 ++--
pom.xml | 8 ++++----
proto-google-analytics-data-v1beta/pom.xml | 4 ++--
samples/snapshot/pom.xml | 2 +-
versions.txt | 6 +++---
8 files changed, 25 insertions(+), 18 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4006ac30..a677be26 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+### [0.11.9](https://github.com/googleapis/java-analytics-data/compare/v0.11.8...v0.11.9) (2022-03-29)
+
+
+### Dependencies
+
+* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.9.0 ([#459](https://github.com/googleapis/java-analytics-data/issues/459)) ([19ff7fb](https://github.com/googleapis/java-analytics-data/commit/19ff7fb0e2100a7e71d27ce8163540419594a5c2))
+
### [0.11.8](https://github.com/googleapis/java-analytics-data/compare/v0.11.7...v0.11.8) (2022-03-22)
diff --git a/google-analytics-data-bom/pom.xml b/google-analytics-data-bom/pom.xml
index 7221934b..2a2e988d 100644
--- a/google-analytics-data-bom/pom.xml
+++ b/google-analytics-data-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.analytics
google-analytics-data-bom
- 0.11.9-SNAPSHOT
+ 0.11.9
pom
com.google.cloud
@@ -56,17 +56,17 @@
com.google.analytics
google-analytics-data
- 0.11.9-SNAPSHOT
+ 0.11.9
com.google.api.grpc
grpc-google-analytics-data-v1beta
- 0.11.9-SNAPSHOT
+ 0.11.9
com.google.api.grpc
proto-google-analytics-data-v1beta
- 0.11.9-SNAPSHOT
+ 0.11.9
diff --git a/google-analytics-data/pom.xml b/google-analytics-data/pom.xml
index 8f36aa87..653edb6a 100644
--- a/google-analytics-data/pom.xml
+++ b/google-analytics-data/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.analytics
google-analytics-data
- 0.11.9-SNAPSHOT
+ 0.11.9
jar
Google Analytics Data
https://github.com/googleapis/java-analytics-data
@@ -11,7 +11,7 @@
com.google.analytics
google-analytics-data-parent
- 0.11.9-SNAPSHOT
+ 0.11.9
google-analytics-data
diff --git a/grpc-google-analytics-data-v1beta/pom.xml b/grpc-google-analytics-data-v1beta/pom.xml
index cd65fd6e..0cd9ee37 100644
--- a/grpc-google-analytics-data-v1beta/pom.xml
+++ b/grpc-google-analytics-data-v1beta/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-analytics-data-v1beta
- 0.11.9-SNAPSHOT
+ 0.11.9
grpc-google-analytics-data-v1beta
GRPC library for grpc-google-analytics-data-v1beta
com.google.analytics
google-analytics-data-parent
- 0.11.9-SNAPSHOT
+ 0.11.9
diff --git a/pom.xml b/pom.xml
index 7eb39fa4..d17427b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.analytics
google-analytics-data-parent
pom
- 0.11.9-SNAPSHOT
+ 0.11.9
Google Analytics Data Parent
https://github.com/googleapis/java-analytics-data
@@ -61,17 +61,17 @@
com.google.analytics
google-analytics-data
- 0.11.9-SNAPSHOT
+ 0.11.9
com.google.api.grpc
proto-google-analytics-data-v1beta
- 0.11.9-SNAPSHOT
+ 0.11.9
com.google.api.grpc
grpc-google-analytics-data-v1beta
- 0.11.9-SNAPSHOT
+ 0.11.9
diff --git a/proto-google-analytics-data-v1beta/pom.xml b/proto-google-analytics-data-v1beta/pom.xml
index 5753ea20..decf9262 100644
--- a/proto-google-analytics-data-v1beta/pom.xml
+++ b/proto-google-analytics-data-v1beta/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-analytics-data-v1beta
- 0.11.9-SNAPSHOT
+ 0.11.9
proto-google-analytics-data-v1beta
PROTO library for proto-google-analytics-data-v1beta
com.google.analytics
google-analytics-data-parent
- 0.11.9-SNAPSHOT
+ 0.11.9
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 81e2e9a1..95feba66 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -40,7 +40,7 @@
com.google.analytics
google-analytics-data
- 0.11.9-SNAPSHOT
+ 0.11.9
diff --git a/versions.txt b/versions.txt
index c0d3e967..410d7d0d 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-google-analytics-data:0.11.8:0.11.9-SNAPSHOT
-grpc-google-analytics-data-v1beta:0.11.8:0.11.9-SNAPSHOT
-proto-google-analytics-data-v1beta:0.11.8:0.11.9-SNAPSHOT
+google-analytics-data:0.11.9:0.11.9
+grpc-google-analytics-data-v1beta:0.11.9:0.11.9
+proto-google-analytics-data-v1beta:0.11.9:0.11.9