From c187344167e45d37ae1e68f038bf13cb81cf5402 Mon Sep 17 00:00:00 2001 From: Shalani Weerasooriya Date: Mon, 6 Nov 2023 15:17:02 -0800 Subject: [PATCH] Update google-cloud-bigquery to 2.34.0 (#173) Update com.google.cloud:google-cloud-bigquery to 2.34.0. The 2.29.0 version of com.google.cloud:google-cloud-bigquery uses org.json:json version 20230618 as a transitive dependency, which has a vulnerability listed here: https://osv.dev/vulnerability/GHSA-rm7j-f5g5-27vv. 2.34.0 uses a newer version of org.json:json, 20231013. --------- Co-authored-by: Shalani Weerasooriya --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b3fdd259..4845cd7f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ to a groupId that we have ownership over --> com.google.looker-open-source bqjdbc - 2.3.27 + 2.3.28-SNAPSHOT Big Query over JDBC A simple JDBC driver, to reach Google's BigQuery @@ -109,7 +109,7 @@ com.google.cloud google-cloud-bigquery - 2.29.0 + 2.34.0