From 2c0b9ad05b4ff658ac7a08bde6637653825d2802 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate <bot@renovateapp.com>
Date: Mon, 29 Aug 2022 15:36:12 +0200
Subject: [PATCH] fix(deps): update dependency
 com.google.cloud:google-cloud-bigquery to v2.15.0 (#8231)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-bigquery](https://togithub.com/googleapis/java-bigquery) | `2.14.7` -> `2.15.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigquery/2.15.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigquery/2.15.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigquery/2.15.0/compatibility-slim/2.14.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-bigquery/2.15.0/confidence-slim/2.14.7)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/java-bigquery</summary>

### [`v2.15.0`](https://togithub.com/googleapis/java-bigquery/blob/HEAD/CHANGELOG.md#&#8203;2150-httpsgithubcomgoogleapisjava-bigquerycomparev2147v2150-2022-08-25)

[Compare Source](https://togithub.com/googleapis/java-bigquery/compare/v2.14.7...v2.15.0)

##### Features

-   add preview support for default values ([#&#8203;2244](https://togithub.com/googleapis/java-bigquery/issues/2244)) ([fd3d3c5](https://togithub.com/googleapis/java-bigquery/commit/fd3d3c57afed84b4d00aab438d79472a6afa001b))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-cloud-java).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNzYuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE3Ni4wIn0=-->
---
 java-aiplatform/samples/install-without-bom/pom.xml             | 2 +-
 java-aiplatform/samples/snapshot/pom.xml                        | 2 +-
 java-aiplatform/samples/snippets/pom.xml                        | 2 +-
 java-asset/samples/install-without-bom/pom.xml                  | 2 +-
 java-asset/samples/snapshot/pom.xml                             | 2 +-
 java-automl/samples/install-without-bom/pom.xml                 | 2 +-
 java-automl/samples/snapshot/pom.xml                            | 2 +-
 java-bigquerydatatransfer/samples/install-without-bom/pom.xml   | 2 +-
 java-bigquerydatatransfer/samples/snapshot/pom.xml              | 2 +-
 java-bigquerydatatransfer/samples/snippets/pom.xml              | 2 +-
 .../samples/install-without-bom/pom.xml                         | 2 +-
 java-contact-center-insights/samples/snapshot/pom.xml           | 2 +-
 java-contact-center-insights/samples/snippets/pom.xml           | 2 +-
 java-retail/samples/interactive-tutorials/pom.xml               | 2 +-
 java-securitycenter/samples/snapshot/pom.xml                    | 2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/java-aiplatform/samples/install-without-bom/pom.xml b/java-aiplatform/samples/install-without-bom/pom.xml
index 8e8ae91145f1..d3d36f6f108f 100644
--- a/java-aiplatform/samples/install-without-bom/pom.xml
+++ b/java-aiplatform/samples/install-without-bom/pom.xml
@@ -57,7 +57,7 @@
     <dependency>
 	  <groupId>com.google.cloud</groupId>
 	  <artifactId>google-cloud-bigquery</artifactId>
-	  <version>2.14.7</version>
+	  <version>2.15.0</version>
 	</dependency>
   </dependencies>
 
diff --git a/java-aiplatform/samples/snapshot/pom.xml b/java-aiplatform/samples/snapshot/pom.xml
index 57531be5f473..09e6916450b7 100644
--- a/java-aiplatform/samples/snapshot/pom.xml
+++ b/java-aiplatform/samples/snapshot/pom.xml
@@ -57,7 +57,7 @@
     <dependency>
 	  <groupId>com.google.cloud</groupId>
 	  <artifactId>google-cloud-bigquery</artifactId>
-	  <version>2.14.7</version>
+	  <version>2.15.0</version>
 	</dependency>
   </dependencies>
 
diff --git a/java-aiplatform/samples/snippets/pom.xml b/java-aiplatform/samples/snippets/pom.xml
index e7f4b106bfbe..503dd5b99813 100644
--- a/java-aiplatform/samples/snippets/pom.xml
+++ b/java-aiplatform/samples/snippets/pom.xml
@@ -65,7 +65,7 @@
 	<dependency>
 	  <groupId>com.google.cloud</groupId>
 	  <artifactId>google-cloud-bigquery</artifactId>
-	  <version>2.14.7</version>
+	  <version>2.15.0</version>
 	</dependency>
   </dependencies>
 </project>
diff --git a/java-asset/samples/install-without-bom/pom.xml b/java-asset/samples/install-without-bom/pom.xml
index b624eefa90b0..348ed072cf63 100644
--- a/java-asset/samples/install-without-bom/pom.xml
+++ b/java-asset/samples/install-without-bom/pom.xml
@@ -47,7 +47,7 @@
     <dependency>
       <groupId>com.google.cloud</groupId>
       <artifactId>google-cloud-bigquery</artifactId>
-      <version>2.14.7</version>
+      <version>2.15.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/java-asset/samples/snapshot/pom.xml b/java-asset/samples/snapshot/pom.xml
index 4e840c88034d..1a19466f597d 100644
--- a/java-asset/samples/snapshot/pom.xml
+++ b/java-asset/samples/snapshot/pom.xml
@@ -46,7 +46,7 @@
     <dependency>
       <groupId>com.google.cloud</groupId>
       <artifactId>google-cloud-bigquery</artifactId>
-      <version>2.14.7</version>
+      <version>2.15.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/java-automl/samples/install-without-bom/pom.xml b/java-automl/samples/install-without-bom/pom.xml
index 42717b5d2d46..92a50548e69f 100644
--- a/java-automl/samples/install-without-bom/pom.xml
+++ b/java-automl/samples/install-without-bom/pom.xml
@@ -34,7 +34,7 @@
     <dependency>
       <groupId>com.google.cloud</groupId>
       <artifactId>google-cloud-bigquery</artifactId>
-      <version>2.14.7</version>
+      <version>2.15.0</version>
     </dependency>
     <dependency>
       <groupId>com.google.cloud</groupId>
diff --git a/java-automl/samples/snapshot/pom.xml b/java-automl/samples/snapshot/pom.xml
index 03f07fa8fd01..3ae85dd1887d 100644
--- a/java-automl/samples/snapshot/pom.xml
+++ b/java-automl/samples/snapshot/pom.xml
@@ -34,7 +34,7 @@
     <dependency>
       <groupId>com.google.cloud</groupId>
       <artifactId>google-cloud-bigquery</artifactId>
-      <version>2.14.7</version>
+      <version>2.15.0</version>
     </dependency>
     <dependency>
     <groupId>com.google.cloud</groupId>
diff --git a/java-bigquerydatatransfer/samples/install-without-bom/pom.xml b/java-bigquerydatatransfer/samples/install-without-bom/pom.xml
index afb7a71985a8..9a77de366203 100644
--- a/java-bigquerydatatransfer/samples/install-without-bom/pom.xml
+++ b/java-bigquerydatatransfer/samples/install-without-bom/pom.xml
@@ -53,7 +53,7 @@
     <dependency>
       <groupId>com.google.cloud</groupId>
       <artifactId>google-cloud-bigquery</artifactId>
-      <version>2.14.7</version>
+      <version>2.15.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/java-bigquerydatatransfer/samples/snapshot/pom.xml b/java-bigquerydatatransfer/samples/snapshot/pom.xml
index 191087ebb50e..cc4d6a7cd519 100644
--- a/java-bigquerydatatransfer/samples/snapshot/pom.xml
+++ b/java-bigquerydatatransfer/samples/snapshot/pom.xml
@@ -53,7 +53,7 @@
     <dependency>
       <groupId>com.google.cloud</groupId>
       <artifactId>google-cloud-bigquery</artifactId>
-      <version>2.14.7</version>
+      <version>2.15.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/java-bigquerydatatransfer/samples/snippets/pom.xml b/java-bigquerydatatransfer/samples/snippets/pom.xml
index 409fa318f062..9861d3bdf4e4 100644
--- a/java-bigquerydatatransfer/samples/snippets/pom.xml
+++ b/java-bigquerydatatransfer/samples/snippets/pom.xml
@@ -65,7 +65,7 @@
     <dependency>
       <groupId>com.google.cloud</groupId>
       <artifactId>google-cloud-bigquery</artifactId>
-      <version>2.14.7</version>
+      <version>2.15.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/java-contact-center-insights/samples/install-without-bom/pom.xml b/java-contact-center-insights/samples/install-without-bom/pom.xml
index baf16825656e..ade760aca282 100644
--- a/java-contact-center-insights/samples/install-without-bom/pom.xml
+++ b/java-contact-center-insights/samples/install-without-bom/pom.xml
@@ -48,7 +48,7 @@
     <dependency>
       <groupId>com.google.cloud</groupId>
       <artifactId>google-cloud-bigquery</artifactId>
-      <version>2.14.7</version>
+      <version>2.15.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/java-contact-center-insights/samples/snapshot/pom.xml b/java-contact-center-insights/samples/snapshot/pom.xml
index eabc717e273f..b03f2bed34ba 100644
--- a/java-contact-center-insights/samples/snapshot/pom.xml
+++ b/java-contact-center-insights/samples/snapshot/pom.xml
@@ -47,7 +47,7 @@
     <dependency>
       <groupId>com.google.cloud</groupId>
       <artifactId>google-cloud-bigquery</artifactId>
-      <version>2.14.7</version>
+      <version>2.15.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/java-contact-center-insights/samples/snippets/pom.xml b/java-contact-center-insights/samples/snippets/pom.xml
index 95fbd66f0fe9..5b9b848c5e1e 100644
--- a/java-contact-center-insights/samples/snippets/pom.xml
+++ b/java-contact-center-insights/samples/snippets/pom.xml
@@ -46,7 +46,7 @@
     <dependency>
       <groupId>com.google.cloud</groupId>
       <artifactId>google-cloud-bigquery</artifactId>
-      <version>2.14.7</version>
+      <version>2.15.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/java-retail/samples/interactive-tutorials/pom.xml b/java-retail/samples/interactive-tutorials/pom.xml
index 7e3814b56538..663d003f1b31 100644
--- a/java-retail/samples/interactive-tutorials/pom.xml
+++ b/java-retail/samples/interactive-tutorials/pom.xml
@@ -53,7 +53,7 @@
     <dependency>
       <groupId>com.google.cloud</groupId>
       <artifactId>google-cloud-bigquery</artifactId>
-      <version>2.14.7</version>
+      <version>2.15.0</version>
     </dependency>
     <dependency>
       <groupId>com.google.cloud</groupId>
diff --git a/java-securitycenter/samples/snapshot/pom.xml b/java-securitycenter/samples/snapshot/pom.xml
index 34a01b0c2c23..497614e2086a 100644
--- a/java-securitycenter/samples/snapshot/pom.xml
+++ b/java-securitycenter/samples/snapshot/pom.xml
@@ -58,7 +58,7 @@
     <dependency>
       <groupId>com.google.cloud</groupId>
       <artifactId>google-cloud-bigquery</artifactId>
-      <version>2.14.7</version>
+      <version>2.15.0</version>
       <scope>test</scope>
     </dependency>
   </dependencies>