From 5703b70d3612c901e9361dc0a3954706fbe85aec Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Wed, 31 May 2023 14:34:12 +0000
Subject: [PATCH 01/20] chore(main): release 2.27.1-SNAPSHOT (#2727)
: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 1f8ff6a03c..a576ba45de 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -6,7 +6,7 @@
google-cloud-bigquery-parent
com.google.cloud
- 2.27.0
+ 2.27.1-SNAPSHOT
diff --git a/google-cloud-bigquery/pom.xml b/google-cloud-bigquery/pom.xml
index 32757e5029..2d4106ee28 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.27.0
+ 2.27.1-SNAPSHOT
jar
BigQuery
https://github.com/googleapis/java-bigquery
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-bigquery-parent
- 2.27.0
+ 2.27.1-SNAPSHOT
google-cloud-bigquery
diff --git a/pom.xml b/pom.xml
index a7cedc04df..bd7389243d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-bigquery-parent
pom
- 2.27.0
+ 2.27.1-SNAPSHOT
BigQuery Parent
https://github.com/googleapis/java-bigquery
@@ -111,7 +111,7 @@
com.google.cloud
google-cloud-bigquery
- 2.27.0
+ 2.27.1-SNAPSHOT
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index eb260b372a..838503b805 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -44,7 +44,7 @@
com.google.cloud
google-cloud-bigquery
- 2.27.0
+ 2.27.1-SNAPSHOT
diff --git a/versions.txt b/versions.txt
index 2427ff3366..e08c2401d4 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-bigquery:2.27.0:2.27.0
\ No newline at end of file
+google-cloud-bigquery:2.27.0:2.27.1-SNAPSHOT
\ No newline at end of file
From f7a03636a1a92897b66a3db1f972b0eb173535fc Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Thu, 1 Jun 2023 23:31:59 +0200
Subject: [PATCH 02/20] chore(deps): update dependency
com.google.cloud:libraries-bom to v26.16.0 (#2732)
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.16.0
* 🦉 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 | 10 +++++-----
samples/native-image-sample/pom.xml | 2 +-
samples/snippets/pom.xml | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index d26c0dbcf0..a3fe8f1583 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.15.0
+ 26.16.0
pom
import
@@ -53,20 +53,20 @@ If you are using Maven without the 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.15.0')
+implementation platform('com.google.cloud:libraries-bom:26.16.0')
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.26.1'
+implementation 'com.google.cloud:google-cloud-bigquery:2.27.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.26.1"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.27.0"
```
@@ -349,7 +349,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-bigquery/java11.html
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquery.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquery/2.26.1
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquery/2.27.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml
index d48ceb280b..edaeb5f0ab 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.15.0
+ 26.16.0
pom
import
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 274942702d..dc5f6e31ea 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -47,7 +47,7 @@
com.google.cloud
libraries-bom
- 26.15.0
+ 26.16.0
pom
import
From fbb2bbc6b962ca1591e3545e0b6b92dbcce6194c Mon Sep 17 00:00:00 2001
From: Neenu Shaji
Date: Fri, 2 Jun 2023 10:48:15 -0400
Subject: [PATCH 03/20] chore: add add samples for sessionID support in Load
jobs (#2731)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* Chore: add add samples for sessionID support in Load jobs
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* lint fixes
* Update pom.xml
* 🦉 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
---
README.md | 1 +
.../bigquery/LoadLocalFileInSession.java | 163 ++++++++++++++++++
.../bigquery/LoadLocalFileInSessionIT.java | 97 +++++++++++
3 files changed, 261 insertions(+)
create mode 100644 samples/snippets/src/main/java/com/example/bigquery/LoadLocalFileInSession.java
create mode 100644 samples/snippets/src/test/java/com/example/bigquery/LoadLocalFileInSessionIT.java
diff --git a/README.md b/README.md
index a3fe8f1583..b7a5c463fc 100644
--- a/README.md
+++ b/README.md
@@ -189,6 +189,7 @@ Samples are in the [`samples/`](https://github.com/googleapis/java-bigquery/tree
| Load Json From Gcs Cmek | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LoadJsonFromGcsCmek.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LoadJsonFromGcsCmek.java) |
| Load Json From Gcs Truncate | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LoadJsonFromGcsTruncate.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LoadJsonFromGcsTruncate.java) |
| Load Local File | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LoadLocalFile.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LoadLocalFile.java) |
+| Load Local File In Session | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LoadLocalFileInSession.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LoadLocalFileInSession.java) |
| Load Orc From Gcs | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LoadOrcFromGcs.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LoadOrcFromGcs.java) |
| Load Orc From Gcs Truncate | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LoadOrcFromGcsTruncate.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LoadOrcFromGcsTruncate.java) |
| Load Parquet | [source code](https://github.com/googleapis/java-bigquery/blob/main/samples/snippets/src/main/java/com/example/bigquery/LoadParquet.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-bigquery&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/bigquery/LoadParquet.java) |
diff --git a/samples/snippets/src/main/java/com/example/bigquery/LoadLocalFileInSession.java b/samples/snippets/src/main/java/com/example/bigquery/LoadLocalFileInSession.java
new file mode 100644
index 0000000000..8efef5c405
--- /dev/null
+++ b/samples/snippets/src/main/java/com/example/bigquery/LoadLocalFileInSession.java
@@ -0,0 +1,163 @@
+/*
+ * Copyright 2023 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.bigquery;
+
+import com.google.cloud.bigquery.BigQuery;
+import com.google.cloud.bigquery.BigQueryException;
+import com.google.cloud.bigquery.BigQueryOptions;
+import com.google.cloud.bigquery.ConnectionProperty;
+import com.google.cloud.bigquery.CsvOptions;
+import com.google.cloud.bigquery.FormatOptions;
+import com.google.cloud.bigquery.Job;
+import com.google.cloud.bigquery.JobId;
+import com.google.cloud.bigquery.JobStatistics.LoadStatistics;
+import com.google.cloud.bigquery.TableDataWriteChannel;
+import com.google.cloud.bigquery.TableId;
+import com.google.cloud.bigquery.WriteChannelConfiguration;
+import com.google.common.collect.ImmutableList;
+import java.io.IOException;
+import java.io.OutputStream;
+import java.nio.channels.Channels;
+import java.nio.file.FileSystems;
+import java.nio.file.Files;
+import java.nio.file.Path;
+import java.util.UUID;
+
+public class LoadLocalFileInSession {
+
+ public static void main(String[] args) throws IOException, InterruptedException {
+ // Use _SESSION if the table is a temporary table
+ String datasetName = "MY_DATASET_NAME";
+ String tableName = "MY_TABLE_NAME";
+ Path csvPath = FileSystems.getDefault().getPath(".", "my-data.csv");
+ String sessionId =
+ createSessionForLoading(datasetName, tableName, csvPath, FormatOptions.csv());
+ loadLocalFileInSession(datasetName, tableName, csvPath, FormatOptions.csv(), sessionId);
+ }
+
+ // [START bigquery_load_from_file_create_session]
+
+ public static String createSessionForLoading(
+ String datasetName, String tableName, Path csvPath, CsvOptions formatOptions)
+ throws IOException, InterruptedException {
+ LoadStatistics loadStatistics = null;
+ try {
+
+ // Initialize client that will be used to send requests. This client only needs to be created
+ // once, and can be reused for multiple requests.
+ BigQuery bigquery = BigQueryOptions.getDefaultInstance().getService();
+
+ TableId tableId = TableId.of(datasetName, tableName);
+
+ // Enable createSession in the configuration
+ WriteChannelConfiguration writeChannelConfiguration =
+ WriteChannelConfiguration.newBuilder(tableId)
+ .setFormatOptions(formatOptions)
+ .setCreateSession(true)
+ .build();
+
+ // The location and JobName must be specified; other fields can be auto-detected.
+ String jobName = "jobId_" + UUID.randomUUID().toString();
+ JobId jobId = JobId.newBuilder().setLocation("us").setJob(jobName).build();
+
+ // Imports a local file into a table.
+ try (TableDataWriteChannel writer = bigquery.writer(jobId, writeChannelConfiguration);
+ OutputStream stream = Channels.newOutputStream(writer)) {
+ Files.copy(csvPath, stream);
+ }
+
+ // Get the Job created by the TableDataWriteChannel and wait for it to complete.
+ // Then retrieve the session ID
+ Job job = bigquery.getJob(jobId);
+ Job completedJob = job.waitFor();
+ loadStatistics = completedJob.getStatistics();
+ if (completedJob == null) {
+ System.out.println("Job not executed since it no longer exists.");
+ return "";
+ } else if (completedJob.getStatus().getError() != null) {
+ System.out.println(
+ "BigQuery was unable to load local file to the table due to an error: \n"
+ + job.getStatus().getError());
+ return "";
+ }
+
+ } catch (BigQueryException e) {
+ System.out.println("Local file not loaded. \n" + e.toString());
+ }
+ return loadStatistics.getSessionInfo().getSessionId();
+ }
+
+ // [END bigquery_load_from_file_create_session]
+
+ // [START bigquery_load_from_file_with_session]
+ public static void loadLocalFileInSession(
+ String datasetName,
+ String tableName,
+ Path csvPath,
+ FormatOptions formatOptions,
+ String sessionId)
+ throws IOException, InterruptedException {
+ try {
+ // Initialize client that will be used to send requests. This client only needs to be created
+ // once, and can be reused for multiple requests.
+ BigQuery bigquery = BigQueryOptions.getDefaultInstance().getService();
+ TableId tableId = TableId.of(datasetName, tableName);
+
+ // Create ConnectionProperty with sessionID
+ ConnectionProperty sessionConnectionProperty =
+ ConnectionProperty.newBuilder().setKey("session_id").setValue(sessionId).build();
+
+ // Set the Connection Property with the SessionID in the Configuration.
+ WriteChannelConfiguration writeChannelConfiguration =
+ WriteChannelConfiguration.newBuilder(tableId)
+ .setFormatOptions(formatOptions)
+ .setConnectionProperties(ImmutableList.of(sessionConnectionProperty))
+ .build();
+
+ // The location and JobName must be specified; other fields can be auto-detected.
+ String jobName = "jobId_" + UUID.randomUUID().toString();
+ JobId jobId = JobId.newBuilder().setLocation("us").setJob(jobName).build();
+
+ // Imports a local file into a table.
+ try (TableDataWriteChannel writer = bigquery.writer(jobId, writeChannelConfiguration);
+ OutputStream stream = Channels.newOutputStream(writer)) {
+ Files.copy(csvPath, stream);
+ }
+
+ // Get the Job created by the TableDataWriteChannel and wait for it to complete.
+ Job job = bigquery.getJob(jobId);
+ Job completedJob = job.waitFor();
+ if (completedJob == null) {
+ System.out.println("Job not executed since it no longer exists.");
+ return;
+ } else if (completedJob.getStatus().getError() != null) {
+ System.out.println(
+ "BigQuery was unable to load local file to the table due to an error: \n"
+ + job.getStatus().getError());
+ return;
+ }
+
+ // Get output status
+ LoadStatistics stats = job.getStatistics();
+ System.out.printf(
+ "Successfully loaded to Session %s. \n", stats.getSessionInfo().getSessionId());
+ } catch (BigQueryException e) {
+ System.out.println("Local file not loaded. \n" + e.toString());
+ }
+ }
+ // [END bigquery_load_from_file_with_session]
+}
diff --git a/samples/snippets/src/test/java/com/example/bigquery/LoadLocalFileInSessionIT.java b/samples/snippets/src/test/java/com/example/bigquery/LoadLocalFileInSessionIT.java
new file mode 100644
index 0000000000..1bf6128784
--- /dev/null
+++ b/samples/snippets/src/test/java/com/example/bigquery/LoadLocalFileInSessionIT.java
@@ -0,0 +1,97 @@
+/*
+ * Copyright 2020 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.bigquery;
+
+import static com.google.common.truth.Truth.assertThat;
+import static junit.framework.TestCase.assertFalse;
+import static junit.framework.TestCase.assertNotNull;
+
+import com.google.cloud.bigquery.Field;
+import com.google.cloud.bigquery.FormatOptions;
+import com.google.cloud.bigquery.LegacySQLTypeName;
+import com.google.cloud.bigquery.Schema;
+import java.io.ByteArrayOutputStream;
+import java.io.IOException;
+import java.io.PrintStream;
+import java.nio.file.FileSystems;
+import java.nio.file.Path;
+import java.util.UUID;
+import java.util.logging.Level;
+import java.util.logging.Logger;
+import org.junit.After;
+import org.junit.Before;
+import org.junit.BeforeClass;
+import org.junit.Test;
+
+public class LoadLocalFileInSessionIT {
+ private final Logger log = Logger.getLogger(this.getClass().getName());
+ private String tableName;
+ private ByteArrayOutputStream bout;
+ private PrintStream out;
+ private PrintStream originalPrintStream;
+
+ private static final String BIGQUERY_DATASET_NAME = System.getenv("BIGQUERY_DATASET_NAME");
+
+ private static void requireEnvVar(String varName) {
+ assertNotNull(
+ "Environment variable " + varName + " is required to perform these tests.",
+ System.getenv(varName));
+ }
+
+ @BeforeClass
+ public static void checkRequirements() {
+ requireEnvVar("BIGQUERY_DATASET_NAME");
+ }
+
+ @Before
+ public void setUp() {
+ bout = new ByteArrayOutputStream();
+ out = new PrintStream(bout);
+ originalPrintStream = System.out;
+ System.setOut(out);
+ tableName = "LOADLOCALFILETESTTABLE_" + UUID.randomUUID().toString().substring(0, 8);
+ Schema schema =
+ Schema.of(
+ Field.of("Name", LegacySQLTypeName.STRING),
+ Field.of("Age", LegacySQLTypeName.NUMERIC),
+ Field.of("Weight", LegacySQLTypeName.NUMERIC),
+ Field.of("IsMagic", LegacySQLTypeName.BOOLEAN));
+ CreateTable.createTable(BIGQUERY_DATASET_NAME, tableName, schema);
+ }
+
+ @After
+ public void tearDown() {
+ // Clean up
+ DeleteTable.deleteTable(BIGQUERY_DATASET_NAME, tableName);
+ // restores print statements in the original method
+ System.out.flush();
+ System.setOut(originalPrintStream);
+ log.log(Level.INFO, "\n" + bout.toString());
+ }
+
+ @Test
+ public void loadLocalFileInSession() throws IOException, InterruptedException {
+ Path csvPath = FileSystems.getDefault().getPath("src/test/resources", "bigquery_noheader.csv");
+ String sessionId =
+ LoadLocalFileInSession.createSessionForLoading(
+ BIGQUERY_DATASET_NAME, tableName, csvPath, FormatOptions.csv());
+ assertFalse(sessionId.isEmpty());
+ LoadLocalFileInSession.loadLocalFileInSession(
+ BIGQUERY_DATASET_NAME, tableName, csvPath, FormatOptions.csv(), sessionId);
+ assertThat(bout.toString()).contains("Successfully loaded to Session");
+ }
+}
From d178593c0eb5b9f516861bb93415293c0c4764b3 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Tue, 6 Jun 2023 04:08:00 +0200
Subject: [PATCH 04/20] build(deps): update dependency
com.google.cloud:google-cloud-shared-config to v1.5.6 (#2734)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index bd7389243d..cf8b0deb4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-shared-config
- 1.5.5
+ 1.5.6
From d665e523b2c393c17a734ff4714aeb85f8d61dd7 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Mon, 12 Jun 2023 21:45:11 +0200
Subject: [PATCH 05/20] deps: update dependency
com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1 to v2.21.0
(#2741)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index cf8b0deb4d..e662828850 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,7 +167,7 @@
com.google.api.grpc
proto-google-cloud-bigqueryconnection-v1
- 2.20.0
+ 2.21.0
test
From 5b3b4569a28e7a5b967a77822c89408fec79a029 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Mon, 12 Jun 2023 21:46:00 +0200
Subject: [PATCH 06/20] test(deps): update dependency
com.google.cloud:google-cloud-storage to v2.22.4 (#2740)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e662828850..4fef5dbefc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
com.google.cloud
google-cloud-storage
- 2.22.3
+ 2.22.4
test
From 3b564458eef9df2173c47e26e2399a6a6cad6eee Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Mon, 12 Jun 2023 21:46:19 +0200
Subject: [PATCH 07/20] deps: update dependency
com.google.cloud:google-cloud-shared-dependencies to v3.11.0 (#2738)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4fef5dbefc..d4ffb83278 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
github
google-cloud-bigquery-parent
v2-rev20230520-2.0.0
- 3.10.1
+ 3.11.0
12.0.0
From f1036b39d1989fbf94f01a7ac0acc11b71a9efe5 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Mon, 12 Jun 2023 21:46:27 +0200
Subject: [PATCH 08/20] build(deps): update dependency
org.apache.maven.plugins:maven-surefire-plugin to v3.1.2 (#2737)
---
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 edaeb5f0ab..2a02c3c613 100644
--- a/samples/native-image-sample/pom.xml
+++ b/samples/native-image-sample/pom.xml
@@ -111,7 +111,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.1.0
+ 3.1.2
**/*IT
From 01dab9f1ae94d0f2b829d55c962a40f57bb0dba6 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Mon, 12 Jun 2023 21:46:34 +0200
Subject: [PATCH 09/20] build(deps): update dependency
org.apache.maven.plugins:maven-project-info-reports-plugin to v3.4.5 (#2736)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d4ffb83278..8324f62310 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,7 +197,7 @@
org.apache.maven.plugins
maven-project-info-reports-plugin
- 3.4.4
+ 3.4.5
From 0dfbe1f887f2bcb73e2a53c9bdc5fc163aae9fa7 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Tue, 13 Jun 2023 00:11:45 +0200
Subject: [PATCH 10/20] chore(deps): update dependency
com.google.cloud:google-cloud-bigquery to v2.27.0 (#2729)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* chore(deps): update dependency com.google.cloud:google-cloud-bigquery to v2.27.0
* 🦉 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 | 2 +-
samples/install-without-bom/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index b7a5c463fc..359e63f783 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-bigquery
- 2.26.1
+ 2.27.0
```
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 241d1b12bf..69a9c29fba 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.26.1
+ 2.27.0
From 8013426ad04b00638ac70679c91937ef7aa6716b Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Tue, 13 Jun 2023 00:11:52 +0200
Subject: [PATCH 11/20] chore(deps): update dependency
com.google.cloud:google-cloud-bigtable to v2.23.2 (#2728)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* chore(deps): update dependency com.google.cloud:google-cloud-bigtable to v2.23.2
* 🦉 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
---
samples/install-without-bom/pom.xml | 2 +-
samples/snapshot/pom.xml | 2 +-
samples/snippets/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 69a9c29fba..128ad4400b 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -63,7 +63,7 @@
com.google.cloud
google-cloud-bigtable
- 2.23.1
+ 2.23.2
test
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 838503b805..e904257fc0 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -61,7 +61,7 @@
com.google.cloud
google-cloud-bigtable
- 2.23.1
+ 2.23.2
test
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index dc5f6e31ea..f0e9db1845 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -79,7 +79,7 @@
com.google.cloud
google-cloud-bigtable
- 2.23.1
+ 2.23.2
test
From f043ed61dacf4ea66eedaf0a6faada06057b7d50 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Tue, 13 Jun 2023 00:11:58 +0200
Subject: [PATCH 12/20] deps: update github/codeql-action action to v2.3.6
(#2712)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* deps: update github/codeql-action action to v2.3.6
* 🦉 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
---
.github/workflows/scorecard.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml
index 658dc2f530..0a91fbb205 100644
--- a/.github/workflows/scorecard.yml
+++ b/.github/workflows/scorecard.yml
@@ -67,6 +67,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
- uses: github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
+ uses: github/codeql-action/upload-sarif@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
with:
sarif_file: results.sarif
From 42ae18134b972c1694a7e012d2f51c916e663c83 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Tue, 13 Jun 2023 22:13:34 +0200
Subject: [PATCH 13/20] deps: update github/codeql-action action to v2.20.0
(#2751)
---
.github/workflows/scorecard.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml
index 0a91fbb205..d19cd9ae9b 100644
--- a/.github/workflows/scorecard.yml
+++ b/.github/workflows/scorecard.yml
@@ -67,6 +67,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
- uses: github/codeql-action/upload-sarif@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
+ uses: github/codeql-action/upload-sarif@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2.20.0
with:
sarif_file: results.sarif
From 16d5ab3918fef14a4e34023e12b2f9d0efa43471 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Tue, 13 Jun 2023 22:15:35 +0200
Subject: [PATCH 14/20] chore(deps): update dependency
com.google.cloud:google-cloud-bigtable to v2.23.3 (#2748)
---
samples/install-without-bom/pom.xml | 2 +-
samples/snapshot/pom.xml | 2 +-
samples/snippets/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 128ad4400b..773fd5851f 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -63,7 +63,7 @@
com.google.cloud
google-cloud-bigtable
- 2.23.2
+ 2.23.3
test
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index e904257fc0..38f7acd8e7 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -61,7 +61,7 @@
com.google.cloud
google-cloud-bigtable
- 2.23.2
+ 2.23.3
test
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index f0e9db1845..fc84cf1d93 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -79,7 +79,7 @@
com.google.cloud
google-cloud-bigtable
- 2.23.2
+ 2.23.3
test
From 1c492bb63ddafbb4aff9354f706b5d816d3b2319 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Tue, 13 Jun 2023 22:34:17 +0200
Subject: [PATCH 15/20] chore(deps): update dependency
com.google.cloud:google-cloud-bigqueryconnection to v2.21.0 (#2742)
---
pom.xml | 2 +-
samples/install-without-bom/pom.xml | 2 +-
samples/snapshot/pom.xml | 2 +-
samples/snippets/pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8324f62310..9df7af47a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,7 +161,7 @@
com.google.cloud
google-cloud-bigqueryconnection
- 2.20.0
+ 2.21.0
test
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 773fd5851f..f608c7f393 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -69,7 +69,7 @@
com.google.cloud
google-cloud-bigqueryconnection
- 2.20.0
+ 2.21.0
test
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 38f7acd8e7..7e9b1b634f 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -67,7 +67,7 @@
com.google.cloud
google-cloud-bigqueryconnection
- 2.20.0
+ 2.21.0
test
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index fc84cf1d93..974421e08e 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -85,7 +85,7 @@
com.google.cloud
google-cloud-bigqueryconnection
- 2.20.0
+ 2.21.0
test
From 5d38d2375cedd29e35d75881a206cab3fdcdd6a5 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Tue, 13 Jun 2023 22:34:24 +0200
Subject: [PATCH 16/20] deps: update dependency
com.google.cloud:google-cloud-datacatalog-bom to v1.25.0 (#2743)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9df7af47a3..f1118e7a3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@
com.google.cloud
google-cloud-datacatalog-bom
- 1.24.0
+ 1.25.0
pom
import
From 17f843880f5633b602de5221c26b830e7e304d2b Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Tue, 13 Jun 2023 22:48:47 +0200
Subject: [PATCH 17/20] deps: update actions/checkout action to v3.5.3 (#2746)
---
.github/workflows/scorecard.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml
index d19cd9ae9b..b87a7d0110 100644
--- a/.github/workflows/scorecard.yml
+++ b/.github/workflows/scorecard.yml
@@ -32,7 +32,7 @@ jobs:
steps:
- name: "Checkout code"
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
+ uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
persist-credentials: false
From a7b8334491853c61cd1f5eac2c6c20845f12be53 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 13 Jun 2023 16:48:54 -0400
Subject: [PATCH 18/20] build(deps): bump cryptography from 39.0.1 to 41.0.0 in
/.kokoro (#2733)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* build(deps): bump cryptography from 39.0.1 to 41.0.0 in /.kokoro
Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/39.0.1...41.0.0)
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: indirect
...
Signed-off-by: dependabot[bot]
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
---------
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot
From ce0c42e04892924b647b703757f1eedb7607b429 Mon Sep 17 00:00:00 2001
From: Mend Renovate
Date: Tue, 13 Jun 2023 23:00:13 +0200
Subject: [PATCH 19/20] chore(deps): update dependency
com.google.cloud:google-cloud-bigquerystorage-bom to v2.38.0 (#2752)
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.37.2` -> `2.38.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-bigquerystorage
### [`v2.38.0`](https://togithub.com/googleapis/java-bigquerystorage/blob/HEAD/CHANGELOG.md#2380-httpsgithubcomgoogleapisjava-bigquerystoragecomparev2372v2380-2023-06-13)
[Compare Source](https://togithub.com/googleapis/java-bigquerystorage/compare/v2.37.2...v2.38.0)
##### Features
- Add storage error codes for KMS ([5d2d3c6](https://togithub.com/googleapis/java-bigquerystorage/commit/5d2d3c6fc6be14a3cb79cf0ce0e82b48699a97c4))
- Add table sampling to ReadAPI v1 ([5d2d3c6](https://togithub.com/googleapis/java-bigquerystorage/commit/5d2d3c6fc6be14a3cb79cf0ce0e82b48699a97c4))
##### Bug Fixes
- Update copyright year in Java license header replacement template ([#1810](https://togithub.com/googleapis/java-bigquerystorage/issues/1810)) ([#2138](https://togithub.com/googleapis/java-bigquerystorage/issues/2138)) ([af99efe](https://togithub.com/googleapis/java-bigquerystorage/commit/af99efe938302e0d09c98308ad081244d9c5633e))
##### Dependencies
- Update arrow.version to v12.0.1 ([#2143](https://togithub.com/googleapis/java-bigquerystorage/issues/2143)) ([7fb618e](https://togithub.com/googleapis/java-bigquerystorage/commit/7fb618e16b6a06278d511e771b8b46ebf4658aa9))
- Update dependency com.google.cloud:google-cloud-bigquery to v2.27.0 ([#2131](https://togithub.com/googleapis/java-bigquerystorage/issues/2131)) ([e459348](https://togithub.com/googleapis/java-bigquerystorage/commit/e4593486959e86808255517861361805dc8769aa))
- Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.11.0 ([#2137](https://togithub.com/googleapis/java-bigquerystorage/issues/2137)) ([5fe7cdb](https://togithub.com/googleapis/java-bigquerystorage/commit/5fe7cdb6c9b6899a13b0fdde0a5a436d68a509e2))
- Update dependency org.apache.arrow:arrow-memory-netty to v12.0.1 ([#2144](https://togithub.com/googleapis/java-bigquerystorage/issues/2144)) ([e738bff](https://togithub.com/googleapis/java-bigquerystorage/commit/e738bff88e3efaf0f6beb5f2d93057a175671d3e))
- Update dependency org.apache.arrow:arrow-vector to v12.0.1 ([#2145](https://togithub.com/googleapis/java-bigquerystorage/issues/2145)) ([34dfda6](https://togithub.com/googleapis/java-bigquerystorage/commit/34dfda6aeec700c0722ad559e71e85bdedd04bfb))
- Update dependency org.mockito:mockito-core to v3.12.4 ([#2146](https://togithub.com/googleapis/java-bigquerystorage/issues/2146)) ([1434fc0](https://togithub.com/googleapis/java-bigquerystorage/commit/1434fc0b995f5d6c8039acca8ca530e9d11f490b))
---
### 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 f1118e7a3b..b68182b761 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
com.google.cloud
google-cloud-bigquerystorage-bom
- 2.37.2
+ 2.38.0
pom
import
From 2be7f8106ac9f566b924a3f0b4ae85be5a42eb1e Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Tue, 13 Jun 2023 17:15:45 -0400
Subject: [PATCH 20/20] chore(main): release 2.27.1 (#2747)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
---
CHANGELOG.md | 12 ++++++++++++
benchmark/pom.xml | 2 +-
google-cloud-bigquery/pom.xml | 4 ++--
pom.xml | 4 ++--
samples/snapshot/pom.xml | 2 +-
versions.txt | 2 +-
6 files changed, 19 insertions(+), 7 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cceeee3b35..80bac768be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## [2.27.1](https://github.com/googleapis/java-bigquery/compare/v2.27.0...v2.27.1) (2023-06-13)
+
+
+### Dependencies
+
+* Update actions/checkout action to v3.5.3 ([#2746](https://github.com/googleapis/java-bigquery/issues/2746)) ([17f8438](https://github.com/googleapis/java-bigquery/commit/17f843880f5633b602de5221c26b830e7e304d2b))
+* Update dependency com.google.api.grpc:proto-google-cloud-bigqueryconnection-v1 to v2.21.0 ([#2741](https://github.com/googleapis/java-bigquery/issues/2741)) ([d665e52](https://github.com/googleapis/java-bigquery/commit/d665e523b2c393c17a734ff4714aeb85f8d61dd7))
+* Update dependency com.google.cloud:google-cloud-datacatalog-bom to v1.25.0 ([#2743](https://github.com/googleapis/java-bigquery/issues/2743)) ([5d38d23](https://github.com/googleapis/java-bigquery/commit/5d38d2375cedd29e35d75881a206cab3fdcdd6a5))
+* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.11.0 ([#2738](https://github.com/googleapis/java-bigquery/issues/2738)) ([3b56445](https://github.com/googleapis/java-bigquery/commit/3b564458eef9df2173c47e26e2399a6a6cad6eee))
+* Update github/codeql-action action to v2.20.0 ([#2751](https://github.com/googleapis/java-bigquery/issues/2751)) ([42ae181](https://github.com/googleapis/java-bigquery/commit/42ae18134b972c1694a7e012d2f51c916e663c83))
+* Update github/codeql-action action to v2.3.6 ([#2712](https://github.com/googleapis/java-bigquery/issues/2712)) ([f043ed6](https://github.com/googleapis/java-bigquery/commit/f043ed61dacf4ea66eedaf0a6faada06057b7d50))
+
## [2.27.0](https://github.com/googleapis/java-bigquery/compare/v2.26.1...v2.27.0) (2023-05-30)
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index a576ba45de..d7ecf96cfc 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -6,7 +6,7 @@
google-cloud-bigquery-parent
com.google.cloud
- 2.27.1-SNAPSHOT
+ 2.27.1
diff --git a/google-cloud-bigquery/pom.xml b/google-cloud-bigquery/pom.xml
index 2d4106ee28..7c18b2e595 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.27.1-SNAPSHOT
+ 2.27.1
jar
BigQuery
https://github.com/googleapis/java-bigquery
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-bigquery-parent
- 2.27.1-SNAPSHOT
+ 2.27.1
google-cloud-bigquery
diff --git a/pom.xml b/pom.xml
index b68182b761..17592c2e18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-bigquery-parent
pom
- 2.27.1-SNAPSHOT
+ 2.27.1
BigQuery Parent
https://github.com/googleapis/java-bigquery
@@ -111,7 +111,7 @@
com.google.cloud
google-cloud-bigquery
- 2.27.1-SNAPSHOT
+ 2.27.1
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 7e9b1b634f..d5ecc32715 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -44,7 +44,7 @@
com.google.cloud
google-cloud-bigquery
- 2.27.1-SNAPSHOT
+ 2.27.1
diff --git a/versions.txt b/versions.txt
index e08c2401d4..b89a2104af 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-bigquery:2.27.0:2.27.1-SNAPSHOT
\ No newline at end of file
+google-cloud-bigquery:2.27.1:2.27.1
\ No newline at end of file