From b7863b5acf3558b6d450a769ba33f0e746c553a3 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Sat, 29 Oct 2022 00:02:17 +0000
Subject: [PATCH 01/12] chore(main): release 2.18.3-SNAPSHOT (#2386)
:robot: I have created a release *beep* *boop*
---
### Updating meta-information for bleeding-edge SNAPSHOT release.
---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
---
benchmark/pom.xml | 2 +-
google-cloud-bigquery/pom.xml | 4 ++--
pom.xml | 4 ++--
samples/snapshot/pom.xml | 2 +-
versions.txt | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index 33ed64621e..c901acc2b4 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -6,7 +6,7 @@
google-cloud-bigquery-parent
com.google.cloud
- 2.18.2
+ 2.18.3-SNAPSHOT
diff --git a/google-cloud-bigquery/pom.xml b/google-cloud-bigquery/pom.xml
index 484020a405..d4a09fd67d 100644
--- a/google-cloud-bigquery/pom.xml
+++ b/google-cloud-bigquery/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-bigquery
- 2.18.2
+ 2.18.3-SNAPSHOT
jar
BigQuery
https://github.com/googleapis/java-bigquery
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-bigquery-parent
- 2.18.2
+ 2.18.3-SNAPSHOT
google-cloud-bigquery
diff --git a/pom.xml b/pom.xml
index 3ae150b14b..5f1bb3c4c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-bigquery-parent
pom
- 2.18.2
+ 2.18.3-SNAPSHOT
BigQuery Parent
https://github.com/googleapis/java-bigquery
@@ -110,7 +110,7 @@
com.google.cloud
google-cloud-bigquery
- 2.18.2
+ 2.18.3-SNAPSHOT
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 0e416dd644..2f9e213b62 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -44,7 +44,7 @@
com.google.cloud
google-cloud-bigquery
- 2.18.2
+ 2.18.3-SNAPSHOT
diff --git a/versions.txt b/versions.txt
index f8755e3e23..f2401982b7 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-bigquery:2.18.2:2.18.2
\ No newline at end of file
+google-cloud-bigquery:2.18.2:2.18.3-SNAPSHOT
\ No newline at end of file
From 3be829d92525bd3bc860c9c3c9a8add5a8869a37 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Mon, 31 Oct 2022 16:06:50 +0100
Subject: [PATCH 02/12] chore(deps): update dependency
com.google.cloud:google-cloud-bigquerystorage-bom to v2.24.2 (#2388)
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-bigquerystorage-bom](https://togithub.com/googleapis/java-bigquerystorage) | `2.24.0` -> `2.24.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/) |
---
### 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**: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] 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://app.renovatebot.com/dashboard#github/googleapis/java-bigquery).
---
README.md | 4 ++--
pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 8a33cf0211..71a4a94c68 100644
--- a/README.md
+++ b/README.md
@@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-bigquery'
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-bigquery:2.18.0'
+implementation 'com.google.cloud:google-cloud-bigquery:2.18.2'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.18.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.18.2"
```
## Authentication
diff --git a/pom.xml b/pom.xml
index 5f1bb3c4c6..e87cd2ceee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
com.google.cloud
google-cloud-bigquerystorage-bom
- 2.24.0
+ 2.24.2
pom
import
From 09863a59cc7772407d6cd128f7986df0069237f4 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Mon, 31 Oct 2022 16:08:19 +0100
Subject: [PATCH 03/12] chore(deps): update dependency
com.google.cloud:google-cloud-bigquery to v2.18.2 (#2387)
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-bigquery](https://togithub.com/googleapis/java-bigquery) | `2.18.0` -> `2.18.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/) |
---
### 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**: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] 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://app.renovatebot.com/dashboard#github/googleapis/java-bigquery).
---
README.md | 2 +-
samples/install-without-bom/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 71a4a94c68..29b0070693 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ If you are using Maven without BOM, add this to your dependencies:
com.google.cloud
google-cloud-bigquery
- 2.18.0
+ 2.18.2
```
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 20a4e3a798..1c09f063bc 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -45,7 +45,7 @@
com.google.cloud
google-cloud-bigquery
- 2.18.0
+ 2.18.2
From 55d5f1f2ab6f52aac0c76b5be1ed22eea1ad2bed Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Tue, 1 Nov 2022 15:32:29 +0100
Subject: [PATCH 04/12] chore(deps): update dependency
com.google.cloud:libraries-bom to v26.1.4 (#2389)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* chore(deps): update dependency com.google.cloud:libraries-bom to v26.1.4
* 🦉 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
---
README.md | 4 ++--
samples/native-image-sample/pom.xml | 2 +-
samples/snippets/pom.xml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 29b0070693..0398c2ca49 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ See https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google
com.google.cloud
libraries-bom
- 26.1.3
+ 26.1.4
pom
import
@@ -52,7 +52,7 @@ If you are using Maven without BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:
```Groovy
-implementation platform('com.google.cloud:libraries-bom:26.1.3')
+implementation platform('com.google.cloud:libraries-bom:26.1.4')
implementation 'com.google.cloud:google-cloud-bigquery'
```
diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml
index d24a92c38d..4c835b4562 100644
--- a/samples/native-image-sample/pom.xml
+++ b/samples/native-image-sample/pom.xml
@@ -39,7 +39,7 @@
com.google.cloud
libraries-bom
- 26.1.3
+ 26.1.4
pom
import
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 790e66014f..4c4ad69f99 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -47,7 +47,7 @@
com.google.cloud
libraries-bom
- 26.1.3
+ 26.1.4
pom
import
From bc400308fc7964a765daecdd327ec93a5115ca64 Mon Sep 17 00:00:00 2001
From: Tomo Suzuki
Date: Tue, 1 Nov 2022 17:52:37 -0400
Subject: [PATCH 05/12] ci: not to check flatten plugin behavior (#2391)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* ci: not to check flatten plugin behavior
We have had the check for the flatten-maven-plugin in each
Cloud Java client repository. However, the behavior of the plugin
has been stable and its not each repository's responsibility to
assert the plugin's behavior. A new check has added at
the googleapis/java-shared-config repository to assert the
plugin's behavior when we upgrade its version.
* 🦉 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
---
.kokoro/dependencies.sh | 60 +++--------------------------------------
owlbot.py | 1 -
2 files changed, 3 insertions(+), 58 deletions(-)
diff --git a/.kokoro/dependencies.sh b/.kokoro/dependencies.sh
index 545820622f..bd8960246f 100755
--- a/.kokoro/dependencies.sh
+++ b/.kokoro/dependencies.sh
@@ -14,6 +14,7 @@
# limitations under the License.
set -eo pipefail
+shopt -s nullglob
## Get the directory of the build script
scriptDir=$(realpath $(dirname "${BASH_SOURCE[0]}"))
@@ -41,9 +42,9 @@ function determineMavenOpts() {
then
# MaxPermSize is no longer supported as of jdk 17
echo -n "-Xmx1024m"
- else
+ else
echo -n "-Xmx1024m -XX:MaxPermSize=128m"
- fi
+ fi
}
export MAVEN_OPTS=$(determineMavenOpts)
@@ -56,58 +57,3 @@ retry_with_backoff 3 10 \
-Dclirr.skip=true
mvn -B dependency:analyze -DfailOnWarning=true
-
-echo "****************** DEPENDENCY LIST COMPLETENESS CHECK *******************"
-## Run dependency list completeness check
-function completenessCheck() {
- # Output dep list with compile scope generated using the original pom
- # Running mvn dependency:list on Java versions that support modules will also include the module of the dependency.
- # This is stripped from the output as it is not present in the flattened pom.
- # Only dependencies with 'compile' or 'runtime' scope are included from original dependency list.
- msg "Generating dependency list using original pom..."
- # Excluding commons-codec,commons-logging from the comparison as a temp fix
- # Explanation and issue filed in maven-dependency-plugin: https://issues.apache.org/jira/browse/MDEP-737
- mvn dependency:list -f pom.xml -DexcludeArtifactIds=commons-codec,commons-logging,grpc-googleapis -DincludeScope=runtime -Dsort=true | grep '\[INFO] .*:.*:.*:.*:.*' | sed -e s/\\s--\\smodule.*// >.org-list.txt
-
- # Output dep list generated using the flattened pom (only 'compile' and 'runtime' scopes)
- msg "Generating dependency list using flattened pom..."
- # Excluding commons-codec,commons-logging from the comparison as a temp fix
- # Explanation and issue filed in maven-dependency-plugin: https://issues.apache.org/jira/browse/MDEP-737
- mvn dependency:list -f .flattened-pom.xml -DexcludeArtifactIds=commons-codec,commons-logging,grpc-googleapis -DincludeScope=runtime -Dsort=true | grep '\[INFO] .*:.*:.*:.*:.*' >.new-list.txt
-
- # Compare two dependency lists
- msg "Comparing dependency lists..."
- diff .org-list.txt .new-list.txt >.diff.txt
- if [[ $? == 0 ]]
- then
- msg "Success. No diff!"
- else
- msg "Diff found. See below: "
- msg "You can also check .diff.txt file located in $1."
- cat .diff.txt
- return 1
- fi
-}
-
-# Allow failures to continue running the script
-set +e
-
-error_count=0
-for path in $(find -name ".flattened-pom.xml")
-do
- # Check flattened pom in each dir that contains it for completeness
- dir=$(dirname "$path")
- pushd "$dir"
- completenessCheck "$dir"
- error_count=$(($error_count + $?))
- popd
-done
-
-if [[ $error_count == 0 ]]
-then
- msg "All checks passed."
- exit 0
-else
- msg "Errors found. See log statements above."
- exit 1
-fi
diff --git a/owlbot.py b/owlbot.py
index 54ebff8614..bf1878a29c 100644
--- a/owlbot.py
+++ b/owlbot.py
@@ -19,7 +19,6 @@
java.common_templates(excludes=[
'.kokoro/nightly/samples.cfg',
'.kokoro/presubmit/samples.cfg',
- '.kokoro/dependencies.sh',
'codecov.yaml',
'renovate.json',
'.kokoro/build.sh'
From d3f6a6bf55697541cfdc3bcdd2c441e8bd21dbc2 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Thu, 3 Nov 2022 17:15:54 +0100
Subject: [PATCH 06/12] deps: update dependency
com.google.apis:google-api-services-bigquery to v2-rev20221028-2.0.0 (#2393)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e87cd2ceee..78a5edb83f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
UTF-8
github
google-cloud-bigquery-parent
- v2-rev20221015-2.0.0
+ v2-rev20221028-2.0.0
3.0.5
10.0.0
From 113303fb41ec4855bb81a5bd3c7f8984bc70da3e Mon Sep 17 00:00:00 2001
From: Neenu Shaji
Date: Fri, 4 Nov 2022 12:51:22 -0400
Subject: [PATCH 07/12] feat: add getTimestampInstant() method to FieldValue
(#2350)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* feat: add getReadableTimestampValue() method to FieldValue
* 🦉 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
* chore: return java.time.Instant
* 🦉 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
* chore: change method name
* Update FieldValue.java
* 🦉 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
---
.../com/google/cloud/bigquery/FieldValue.java | 18 ++++++++++++++++++
.../cloud/bigquery/it/ITBigQueryTest.java | 17 +++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/FieldValue.java b/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/FieldValue.java
index aef4728194..58c012a60e 100644
--- a/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/FieldValue.java
+++ b/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/FieldValue.java
@@ -18,6 +18,7 @@
import static com.google.common.base.Preconditions.checkNotNull;
import static com.google.common.base.Preconditions.checkState;
+import static java.time.temporal.ChronoUnit.MICROS;
import com.google.api.client.util.Data;
import com.google.api.core.BetaApi;
@@ -26,6 +27,7 @@
import java.io.Serializable;
import java.math.BigDecimal;
import java.math.RoundingMode;
+import java.time.Instant;
import java.util.List;
import java.util.Map;
import java.util.Objects;
@@ -36,6 +38,7 @@
* query or when listing table data.
*/
public class FieldValue implements Serializable {
+
private static final int MICROSECONDS = 1000000;
private static final long serialVersionUID = 469098630191710061L;
@@ -191,6 +194,21 @@ public long getTimestampValue() {
return scaled.longValue();
}
+ /**
+ * Returns this field's value as a {@code String}, representing a timestamp as an Instant. This
+ * method should only be used if the corresponding field has {@link LegacySQLTypeName#TIMESTAMP}
+ * type.
+ *
+ * @throws ClassCastException if the field is not a primitive type
+ * @throws NumberFormatException if the field's value could not be converted to {@link Long}
+ * @throws NullPointerException if {@link #isNull()} returns {@code true}
+ */
+ @SuppressWarnings("unchecked")
+ public Instant getTimestampInstant() {
+ checkNotNull(value);
+ return Instant.EPOCH.plus(getTimestampValue(), MICROS);
+ }
+
/**
* Returns this field's value as a {@link java.math.BigDecimal}. This method should only be used
* if the corresponding field has {@link LegacySQLTypeName#NUMERIC} type.
diff --git a/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java b/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java
index 8e8f4cc0c5..4f72e7e66d 100644
--- a/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java
+++ b/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java
@@ -2382,6 +2382,23 @@ public void testMultipleStatementsQueryException() throws InterruptedException {
}
}
+ @Test
+ public void testTimestamp() throws InterruptedException {
+ String query = "SELECT TIMESTAMP '2022-01-24T23:54:25.095574Z'";
+ String timestampStringValueExpected = "2022-01-24T23:54:25.095574Z";
+
+ TableResult resultInteractive =
+ bigquery.query(
+ QueryJobConfiguration.newBuilder(query)
+ .setDefaultDataset(DatasetId.of(DATASET))
+ .build());
+ for (FieldValueList row : resultInteractive.getValues()) {
+ FieldValue timeStampCell = row.get(0);
+ Instant timestampStringValueActual = timeStampCell.getTimestampInstant();
+ assertEquals(timestampStringValueExpected, timestampStringValueActual.toString());
+ }
+ }
+
/* TODO(prasmish): replicate the entire test case for executeSelect */
@Test
public void testQuery() throws InterruptedException {
From 87f8cdd7b0b005430486e51e4c339a6de95b0011 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Mon, 7 Nov 2022 17:37:10 +0100
Subject: [PATCH 08/12] deps: update dependency
org.graalvm.buildtools:junit-platform-native to v0.9.17 (#2396)
---
samples/native-image-sample/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml
index 4c835b4562..20dfb9196c 100644
--- a/samples/native-image-sample/pom.xml
+++ b/samples/native-image-sample/pom.xml
@@ -99,7 +99,7 @@
org.graalvm.buildtools
junit-platform-native
- 0.9.16
+ 0.9.17
test
From af850568f32afeab185e07db354f4cb529645c99 Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Mon, 7 Nov 2022 11:37:30 -0500
Subject: [PATCH 09/12] chore(java): update dependencies in java requirements
file (#1695) (#2398)
* chore(java): update gcp-releasetool and cryptography in java requirements file
Source-Link: https://github.com/googleapis/synthtool/commit/74d0956884c1bb9dc901b52de35ca2bca025a74e
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:142286d973c7b6d58186070f203b50058a20a7d7b42147996db24921a18da1b0
Co-authored-by: Owl Bot
---
.github/.OwlBot.lock.yaml | 2 +-
.kokoro/requirements.in | 7 ++--
.kokoro/requirements.txt | 75 ++++++++++++++++++++-------------------
3 files changed, 43 insertions(+), 41 deletions(-)
diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml
index cb4ea018ec..c8316751eb 100644
--- a/.github/.OwlBot.lock.yaml
+++ b/.github/.OwlBot.lock.yaml
@@ -13,4 +13,4 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
- digest: sha256:bd316b9a591c45264775ecaba72e37d65905925c323b68e51a08c4126e4b6d0a
+ digest: sha256:142286d973c7b6d58186070f203b50058a20a7d7b42147996db24921a18da1b0
diff --git a/.kokoro/requirements.in b/.kokoro/requirements.in
index 6aa7cf2b55..9cc4a1baae 100644
--- a/.kokoro/requirements.in
+++ b/.kokoro/requirements.in
@@ -1,7 +1,8 @@
-gcp-docuploader==0.6.3
+gcp-docuploader==0.6.4
google-crc32c==1.3.0
googleapis-common-protos==1.56.3
-gcp-releasetool==1.8.7
+gcp-releasetool==1.9.1
+cryptography==38.0.3
cachetools==4.2.4
cffi==1.15.1
jeepney==0.7.1
@@ -29,5 +30,5 @@ zipp==3.6.0
rsa==4.9
six==1.16.0
attrs==22.1.0
-google-auth==2.11.0
+google-auth==2.14.0
idna==3.4
\ No newline at end of file
diff --git a/.kokoro/requirements.txt b/.kokoro/requirements.txt
index 02ae42bb40..2dce197bf4 100644
--- a/.kokoro/requirements.txt
+++ b/.kokoro/requirements.txt
@@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
-# pip-compile --allow-unsafe --generate-hashes requirements.in
+# pip-compile --generate-hashes requirements.in
#
attrs==22.1.0 \
--hash=sha256:29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6 \
@@ -104,43 +104,44 @@ colorlog==6.7.0 \
--hash=sha256:0d33ca236784a1ba3ff9c532d4964126d8a2c44f1f0cb1d2b0728196f512f662 \
--hash=sha256:bd94bd21c1e13fac7bd3153f4bc3a7dc0eb0974b8bc2fdf1a989e474f6e582e5
# via gcp-docuploader
-cryptography==38.0.1 \
- --hash=sha256:0297ffc478bdd237f5ca3a7dc96fc0d315670bfa099c04dc3a4a2172008a405a \
- --hash=sha256:10d1f29d6292fc95acb597bacefd5b9e812099d75a6469004fd38ba5471a977f \
- --hash=sha256:16fa61e7481f4b77ef53991075de29fc5bacb582a1244046d2e8b4bb72ef66d0 \
- --hash=sha256:194044c6b89a2f9f169df475cc167f6157eb9151cc69af8a2a163481d45cc407 \
- --hash=sha256:1db3d807a14931fa317f96435695d9ec386be7b84b618cc61cfa5d08b0ae33d7 \
- --hash=sha256:3261725c0ef84e7592597606f6583385fed2a5ec3909f43bc475ade9729a41d6 \
- --hash=sha256:3b72c360427889b40f36dc214630e688c2fe03e16c162ef0aa41da7ab1455153 \
- --hash=sha256:3e3a2599e640927089f932295a9a247fc40a5bdf69b0484532f530471a382750 \
- --hash=sha256:3fc26e22840b77326a764ceb5f02ca2d342305fba08f002a8c1f139540cdfaad \
- --hash=sha256:5067ee7f2bce36b11d0e334abcd1ccf8c541fc0bbdaf57cdd511fdee53e879b6 \
- --hash=sha256:52e7bee800ec869b4031093875279f1ff2ed12c1e2f74923e8f49c916afd1d3b \
- --hash=sha256:64760ba5331e3f1794d0bcaabc0d0c39e8c60bf67d09c93dc0e54189dfd7cfe5 \
- --hash=sha256:765fa194a0f3372d83005ab83ab35d7c5526c4e22951e46059b8ac678b44fa5a \
- --hash=sha256:79473cf8a5cbc471979bd9378c9f425384980fcf2ab6534b18ed7d0d9843987d \
- --hash=sha256:896dd3a66959d3a5ddcfc140a53391f69ff1e8f25d93f0e2e7830c6de90ceb9d \
- --hash=sha256:89ed49784ba88c221756ff4d4755dbc03b3c8d2c5103f6d6b4f83a0fb1e85294 \
- --hash=sha256:ac7e48f7e7261207d750fa7e55eac2d45f720027d5703cd9007e9b37bbb59ac0 \
- --hash=sha256:ad7353f6ddf285aeadfaf79e5a6829110106ff8189391704c1d8801aa0bae45a \
- --hash=sha256:b0163a849b6f315bf52815e238bc2b2346604413fa7c1601eea84bcddb5fb9ac \
- --hash=sha256:b6c9b706316d7b5a137c35e14f4103e2115b088c412140fdbd5f87c73284df61 \
- --hash=sha256:c2e5856248a416767322c8668ef1845ad46ee62629266f84a8f007a317141013 \
- --hash=sha256:ca9f6784ea96b55ff41708b92c3f6aeaebde4c560308e5fbbd3173fbc466e94e \
- --hash=sha256:d1a5bd52d684e49a36582193e0b89ff267704cd4025abefb9e26803adeb3e5fb \
- --hash=sha256:d3971e2749a723e9084dd507584e2a2761f78ad2c638aa31e80bc7a15c9db4f9 \
- --hash=sha256:d4ef6cc305394ed669d4d9eebf10d3a101059bdcf2669c366ec1d14e4fb227bd \
- --hash=sha256:d9e69ae01f99abe6ad646947bba8941e896cb3aa805be2597a0400e0764b5818
+cryptography==38.0.3 \
+ --hash=sha256:068147f32fa662c81aebab95c74679b401b12b57494872886eb5c1139250ec5d \
+ --hash=sha256:06fc3cc7b6f6cca87bd56ec80a580c88f1da5306f505876a71c8cfa7050257dd \
+ --hash=sha256:25c1d1f19729fb09d42e06b4bf9895212292cb27bb50229f5aa64d039ab29146 \
+ --hash=sha256:402852a0aea73833d982cabb6d0c3bb582c15483d29fb7085ef2c42bfa7e38d7 \
+ --hash=sha256:4e269dcd9b102c5a3d72be3c45d8ce20377b8076a43cbed6f660a1afe365e436 \
+ --hash=sha256:5419a127426084933076132d317911e3c6eb77568a1ce23c3ac1e12d111e61e0 \
+ --hash=sha256:554bec92ee7d1e9d10ded2f7e92a5d70c1f74ba9524947c0ba0c850c7b011828 \
+ --hash=sha256:5e89468fbd2fcd733b5899333bc54d0d06c80e04cd23d8c6f3e0542358c6060b \
+ --hash=sha256:65535bc550b70bd6271984d9863a37741352b4aad6fb1b3344a54e6950249b55 \
+ --hash=sha256:6ab9516b85bebe7aa83f309bacc5f44a61eeb90d0b4ec125d2d003ce41932d36 \
+ --hash=sha256:6addc3b6d593cd980989261dc1cce38263c76954d758c3c94de51f1e010c9a50 \
+ --hash=sha256:728f2694fa743a996d7784a6194da430f197d5c58e2f4e278612b359f455e4a2 \
+ --hash=sha256:785e4056b5a8b28f05a533fab69febf5004458e20dad7e2e13a3120d8ecec75a \
+ --hash=sha256:78cf5eefac2b52c10398a42765bfa981ce2372cbc0457e6bf9658f41ec3c41d8 \
+ --hash=sha256:7f836217000342d448e1c9a342e9163149e45d5b5eca76a30e84503a5a96cab0 \
+ --hash=sha256:8d41a46251bf0634e21fac50ffd643216ccecfaf3701a063257fe0b2be1b6548 \
+ --hash=sha256:984fe150f350a3c91e84de405fe49e688aa6092b3525f407a18b9646f6612320 \
+ --hash=sha256:9b24bcff7853ed18a63cfb0c2b008936a9554af24af2fb146e16d8e1aed75748 \
+ --hash=sha256:b1b35d9d3a65542ed2e9d90115dfd16bbc027b3f07ee3304fc83580f26e43249 \
+ --hash=sha256:b1b52c9e5f8aa2b802d48bd693190341fae201ea51c7a167d69fc48b60e8a959 \
+ --hash=sha256:bbf203f1a814007ce24bd4d51362991d5cb90ba0c177a9c08825f2cc304d871f \
+ --hash=sha256:be243c7e2bfcf6cc4cb350c0d5cdf15ca6383bbcb2a8ef51d3c9411a9d4386f0 \
+ --hash=sha256:bfbe6ee19615b07a98b1d2287d6a6073f734735b49ee45b11324d85efc4d5cbd \
+ --hash=sha256:c46837ea467ed1efea562bbeb543994c2d1f6e800785bd5a2c98bc096f5cb220 \
+ --hash=sha256:dfb4f4dd568de1b6af9f4cda334adf7d72cf5bc052516e1b2608b683375dd95c \
+ --hash=sha256:ed7b00096790213e09eb11c97cc6e2b757f15f3d2f85833cd2d3ec3fe37c1722
# via
+ # -r requirements.in
# gcp-releasetool
# secretstorage
-gcp-docuploader==0.6.3 \
- --hash=sha256:ba8c9d76b3bbac54b0311c503a373b00edc2dc02d6d54ea9507045adb8e870f7 \
- --hash=sha256:c0f5aaa82ce1854a386197e4e359b120ad6d4e57ae2c812fce42219a3288026b
+gcp-docuploader==0.6.4 \
+ --hash=sha256:01486419e24633af78fd0167db74a2763974765ee8078ca6eb6964d0ebd388af \
+ --hash=sha256:70861190c123d907b3b067da896265ead2eeb9263969d6955c9e0bb091b5ccbf
# via -r requirements.in
-gcp-releasetool==1.8.7 \
- --hash=sha256:3d2a67c9db39322194afb3b427e9cb0476ce8f2a04033695f0aeb63979fc2b37 \
- --hash=sha256:5e4d28f66e90780d77f3ecf1e9155852b0c3b13cbccb08ab07e66b2357c8da8d
+gcp-releasetool==1.9.1 \
+ --hash=sha256:952f4055d5d986b070ae2a71c4410b250000f9cc5a1e26398fcd55a5bbc5a15f \
+ --hash=sha256:d0d3c814a97c1a237517e837d8cfa668ced8df4b882452578ecef4a4e79c583b
# via -r requirements.in
google-api-core==2.8.2 \
--hash=sha256:06f7244c640322b508b125903bb5701bebabce8832f85aba9335ec00b3d02edc \
@@ -149,9 +150,9 @@ google-api-core==2.8.2 \
# -r requirements.in
# google-cloud-core
# google-cloud-storage
-google-auth==2.11.0 \
- --hash=sha256:be62acaae38d0049c21ca90f27a23847245c9f161ff54ede13af2cb6afecbac9 \
- --hash=sha256:ed65ecf9f681832298e29328e1ef0a3676e3732b2e56f41532d45f70a22de0fb
+google-auth==2.14.0 \
+ --hash=sha256:1ad5b0e6eba5f69645971abb3d2c197537d5914070a8c6d30299dfdb07c5c700 \
+ --hash=sha256:cf24817855d874ede2efd071aa22125445f555de1685b739a9782fcf408c2a3d
# via
# -r requirements.in
# gcp-releasetool
From 7927350f562dbdef8774df82c9c0d528118d0213 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Mon, 7 Nov 2022 17:37:46 +0100
Subject: [PATCH 10/12] deps: update dependency
org.graalvm.buildtools:native-maven-plugin to v0.9.17 (#2397)
---
samples/native-image-sample/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml
index 20dfb9196c..fac75990ef 100644
--- a/samples/native-image-sample/pom.xml
+++ b/samples/native-image-sample/pom.xml
@@ -121,7 +121,7 @@
org.graalvm.buildtools
native-maven-plugin
- 0.9.16
+ 0.9.17
true
com.example.bigquery.NativeImageBigquerySample
From 9de9aa8f7eb2e21b88a13df23b65e2aaf6b749cf Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Mon, 7 Nov 2022 19:46:12 +0100
Subject: [PATCH 11/12] deps: update dependency
com.google.cloud:google-cloud-shared-dependencies to v3.0.6 (#2399)
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) | `3.0.5` -> `3.0.6` | [](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
### [`v3.0.6`](https://togithub.com/googleapis/java-shared-dependencies/blob/HEAD/CHANGELOG.md#306-httpsgithubcomgoogleapisjava-shared-dependenciescomparev305v306-2022-11-07)
[Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v3.0.5...v3.0.6)
##### Dependencies
- Update dependency com.fasterxml.jackson:jackson-bom to v2.14.0 ([#901](https://togithub.com/googleapis/java-shared-dependencies/issues/901)) ([33c5511](https://togithub.com/googleapis/java-shared-dependencies/commit/33c55112ff485da1d7a0a32d8b6dade33aa04ff8))
- Update dependency com.google.api-client:google-api-client-bom to v2.0.1 ([#899](https://togithub.com/googleapis/java-shared-dependencies/issues/899)) ([4029e89](https://togithub.com/googleapis/java-shared-dependencies/commit/4029e89be507ddfa030515565fdb6fbf8997324e))
- Update dependency com.google.api:api-common to v2.2.2 ([#892](https://togithub.com/googleapis/java-shared-dependencies/issues/892)) ([5c59fbd](https://togithub.com/googleapis/java-shared-dependencies/commit/5c59fbd3c3cf3efbfda50420c8048e3ff257084c))
- Update dependency com.google.cloud:grpc-gcp to v1.3.1 ([#884](https://togithub.com/googleapis/java-shared-dependencies/issues/884)) ([9fffe24](https://togithub.com/googleapis/java-shared-dependencies/commit/9fffe243b631565a00b0a848a6c73163b1dd33a4))
- Update dependency com.google.code.gson:gson to v2.10 ([#887](https://togithub.com/googleapis/java-shared-dependencies/issues/887)) ([15017de](https://togithub.com/googleapis/java-shared-dependencies/commit/15017de39a35f90bc1b38b828edc23fdce524a07))
- Update dependency com.google.http-client:google-http-client-bom to v1.42.3 ([#893](https://togithub.com/googleapis/java-shared-dependencies/issues/893)) ([4c0de9b](https://togithub.com/googleapis/java-shared-dependencies/commit/4c0de9bd188bfab5fe126c8b01b4d7168f8a5079))
- Update dependency com.google.protobuf:protobuf-bom to v3.21.9 ([#889](https://togithub.com/googleapis/java-shared-dependencies/issues/889)) ([8576271](https://togithub.com/googleapis/java-shared-dependencies/commit/85762716d1bbb97c447f86451094fb8af2528470))
- Update dependency io.grpc:grpc-bom to v1.50.2 ([#878](https://togithub.com/googleapis/java-shared-dependencies/issues/878)) ([fd569af](https://togithub.com/googleapis/java-shared-dependencies/commit/fd569af1e5f1b195e2421fc9e02d8b67afe1c638))
- Update dependency org.checkerframework:checker-qual to v3.27.0 ([#896](https://togithub.com/googleapis/java-shared-dependencies/issues/896)) ([f0f7931](https://togithub.com/googleapis/java-shared-dependencies/commit/f0f7931937a0ed9a32fd87cd58c82b787d368242))
- Update dependency org.threeten:threetenbp to v1.6.4 ([#894](https://togithub.com/googleapis/java-shared-dependencies/issues/894)) ([899682d](https://togithub.com/googleapis/java-shared-dependencies/commit/899682d0405645d9d5288b298af2fda228414669))
- Update gax.version to v2.19.5 ([#903](https://togithub.com/googleapis/java-shared-dependencies/issues/903)) ([3e4d8b3](https://togithub.com/googleapis/java-shared-dependencies/commit/3e4d8b35d3f682b07326ffa0a3e552d097f25a65))
- Update google.common-protos.version to v2.10.0 ([#900](https://togithub.com/googleapis/java-shared-dependencies/issues/900)) ([53b54c3](https://togithub.com/googleapis/java-shared-dependencies/commit/53b54c35f3a7c19df488921a6077e7a9bfb0b103))
- Update google.core.version to v2.8.23 ([#885](https://togithub.com/googleapis/java-shared-dependencies/issues/885)) ([686dd7c](https://togithub.com/googleapis/java-shared-dependencies/commit/686dd7c8f541189302e8cac4ae72ed7d967b5b3f))
- Update google.core.version to v2.8.24 ([#890](https://togithub.com/googleapis/java-shared-dependencies/issues/890)) ([1effda3](https://togithub.com/googleapis/java-shared-dependencies/commit/1effda381c7b886f5ae4d2dac9473da821e655fe))
- Update google.core.version to v2.8.27 ([#902](https://togithub.com/googleapis/java-shared-dependencies/issues/902)) ([3bcb804](https://togithub.com/googleapis/java-shared-dependencies/commit/3bcb804dec4358ed0a9c6c35cf4c35f817821e9a))
- Update iam.version to v1.6.6 ([#886](https://togithub.com/googleapis/java-shared-dependencies/issues/886)) ([03d0690](https://togithub.com/googleapis/java-shared-dependencies/commit/03d0690f01f9217e31dd65d55c28a47f2f2deb22))
- Update iam.version to v1.6.7 ([#895](https://togithub.com/googleapis/java-shared-dependencies/issues/895)) ([6cebc20](https://togithub.com/googleapis/java-shared-dependencies/commit/6cebc205daa98b96a8b27b3fc3cd222319b27e59))
---
### 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 this update again.
---
- [ ] 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://app.renovatebot.com/dashboard#github/googleapis/java-bigquery).
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 78a5edb83f..83bd64e30c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
github
google-cloud-bigquery-parent
v2-rev20221028-2.0.0
- 3.0.5
+ 3.0.6
10.0.0
From 259e9cafc37d1a8ace0e74228b335897b1729106 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Mon, 7 Nov 2022 19:20:15 +0000
Subject: [PATCH 12/12] chore(main): release 2.19.0 (#2395)
:robot: I have created a release *beep* *boop*
---
## [2.19.0](https://togithub.com/googleapis/java-bigquery/compare/v2.18.2...v2.19.0) (2022-11-07)
### Features
* Add getTimestampInstant() method to FieldValue ([#2350](https://togithub.com/googleapis/java-bigquery/issues/2350)) ([113303f](https://togithub.com/googleapis/java-bigquery/commit/113303fb41ec4855bb81a5bd3c7f8984bc70da3e))
### Dependencies
* Update dependency com.google.apis:google-api-services-bigquery to v2-rev20221028-2.0.0 ([#2393](https://togithub.com/googleapis/java-bigquery/issues/2393)) ([d3f6a6b](https://togithub.com/googleapis/java-bigquery/commit/d3f6a6bf55697541cfdc3bcdd2c441e8bd21dbc2))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.6 ([#2399](https://togithub.com/googleapis/java-bigquery/issues/2399)) ([9de9aa8](https://togithub.com/googleapis/java-bigquery/commit/9de9aa8f7eb2e21b88a13df23b65e2aaf6b749cf))
* Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.17 ([#2396](https://togithub.com/googleapis/java-bigquery/issues/2396)) ([87f8cdd](https://togithub.com/googleapis/java-bigquery/commit/87f8cdd7b0b005430486e51e4c339a6de95b0011))
* Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.17 ([#2397](https://togithub.com/googleapis/java-bigquery/issues/2397)) ([7927350](https://togithub.com/googleapis/java-bigquery/commit/7927350f562dbdef8774df82c9c0d528118d0213))
---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
---
CHANGELOG.md | 15 +++++++++++++++
benchmark/pom.xml | 2 +-
google-cloud-bigquery/pom.xml | 4 ++--
pom.xml | 4 ++--
samples/snapshot/pom.xml | 2 +-
versions.txt | 2 +-
6 files changed, 22 insertions(+), 7 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a9542d9bc..0fea0dce4e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog
+## [2.19.0](https://github.com/googleapis/java-bigquery/compare/v2.18.2...v2.19.0) (2022-11-07)
+
+
+### Features
+
+* Add getTimestampInstant() method to FieldValue ([#2350](https://github.com/googleapis/java-bigquery/issues/2350)) ([113303f](https://github.com/googleapis/java-bigquery/commit/113303fb41ec4855bb81a5bd3c7f8984bc70da3e))
+
+
+### Dependencies
+
+* Update dependency com.google.apis:google-api-services-bigquery to v2-rev20221028-2.0.0 ([#2393](https://github.com/googleapis/java-bigquery/issues/2393)) ([d3f6a6b](https://github.com/googleapis/java-bigquery/commit/d3f6a6bf55697541cfdc3bcdd2c441e8bd21dbc2))
+* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.6 ([#2399](https://github.com/googleapis/java-bigquery/issues/2399)) ([9de9aa8](https://github.com/googleapis/java-bigquery/commit/9de9aa8f7eb2e21b88a13df23b65e2aaf6b749cf))
+* Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.17 ([#2396](https://github.com/googleapis/java-bigquery/issues/2396)) ([87f8cdd](https://github.com/googleapis/java-bigquery/commit/87f8cdd7b0b005430486e51e4c339a6de95b0011))
+* Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.17 ([#2397](https://github.com/googleapis/java-bigquery/issues/2397)) ([7927350](https://github.com/googleapis/java-bigquery/commit/7927350f562dbdef8774df82c9c0d528118d0213))
+
## [2.18.2](https://github.com/googleapis/java-bigquery/compare/v2.18.1...v2.18.2) (2022-10-28)
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index c901acc2b4..e4d171d568 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -6,7 +6,7 @@
google-cloud-bigquery-parent
com.google.cloud
- 2.18.3-SNAPSHOT
+ 2.19.0
diff --git a/google-cloud-bigquery/pom.xml b/google-cloud-bigquery/pom.xml
index d4a09fd67d..6be84a6e5d 100644
--- a/google-cloud-bigquery/pom.xml
+++ b/google-cloud-bigquery/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-bigquery
- 2.18.3-SNAPSHOT
+ 2.19.0
jar
BigQuery
https://github.com/googleapis/java-bigquery
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-bigquery-parent
- 2.18.3-SNAPSHOT
+ 2.19.0
google-cloud-bigquery
diff --git a/pom.xml b/pom.xml
index 83bd64e30c..160ae089ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-bigquery-parent
pom
- 2.18.3-SNAPSHOT
+ 2.19.0
BigQuery Parent
https://github.com/googleapis/java-bigquery
@@ -110,7 +110,7 @@
com.google.cloud
google-cloud-bigquery
- 2.18.3-SNAPSHOT
+ 2.19.0
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 2f9e213b62..527b8859e2 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -44,7 +44,7 @@
com.google.cloud
google-cloud-bigquery
- 2.18.3-SNAPSHOT
+ 2.19.0
diff --git a/versions.txt b/versions.txt
index f2401982b7..716eb8d399 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-bigquery:2.18.2:2.18.3-SNAPSHOT
\ No newline at end of file
+google-cloud-bigquery:2.19.0:2.19.0
\ No newline at end of file