Skip to content

Commit da4f2e5

Browse files
authored
deps: update dependency com.google.cloud:google-cloud-bigquery to v2.30.1 (#2191)
[![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.30.0` -> `2.30.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:google-cloud-bigquery/2.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.cloud:google-cloud-bigquery/2.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.cloud:google-cloud-bigquery/2.30.0/2.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.cloud:google-cloud-bigquery/2.30.0/2.30.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-bigquery (com.google.cloud:google-cloud-bigquery)</summary> ### [`v2.30.1`](https://togithub.com/googleapis/java-bigquery/blob/HEAD/CHANGELOG.md#2301-2023-07-18) [Compare Source](https://togithub.com/googleapis/java-bigquery/compare/v2.30.0...v2.30.1) ##### Dependencies - Update dependency com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1 to v2.23.0 ([#&#8203;2791](https://togithub.com/googleapis/java-bigquery/issues/2791)) ([940301b](https://togithub.com/googleapis/java-bigquery/commit/940301b327bf941cfab56d68759b6f1494fda22f)) - Update dependency com.google.cloud:google-cloud-datacatalog-bom to v1.27.0 ([#&#8203;2792](https://togithub.com/googleapis/java-bigquery/issues/2792)) ([c791066](https://togithub.com/googleapis/java-bigquery/commit/c79106678a0ac62b34605f19ca2baea296ea531c)) </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, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/java-bigquerystorage). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44LjExIiwidXBkYXRlZEluVmVyIjoiMzYuOC4xMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1 parent a6d10df commit da4f2e5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<dependency>
133133
<groupId>com.google.cloud</groupId>
134134
<artifactId>google-cloud-bigquery</artifactId>
135-
<version>2.30.0</version>
135+
<version>2.30.1</version>
136136
<scope>test</scope>
137137
<exclusions>
138138
<exclusion>

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.google.cloud</groupId>
3939
<artifactId>google-cloud-bigquery</artifactId>
40-
<version>2.30.0</version>
40+
<version>2.30.1</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.apache.avro</groupId>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.google.cloud</groupId>
3838
<artifactId>google-cloud-bigquery</artifactId>
39-
<version>2.30.0</version>
39+
<version>2.30.1</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.apache.avro</groupId>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>com.google.cloud</groupId>
5050
<artifactId>google-cloud-bigquery</artifactId>
51-
<version>2.30.0</version>
51+
<version>2.30.1</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.apache.avro</groupId>

tutorials/JsonWriterDefaultStream/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.google.cloud</groupId>
2626
<artifactId>google-cloud-bigquery</artifactId>
27-
<version>2.30.0</version>
27+
<version>2.30.1</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.apache.avro</groupId>

0 commit comments

Comments
 (0)