Skip to content

Commit

Permalink
Update google-cloud-bigquery to 2.34.0 (#173)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
shalaniw and Shalani Weerasooriya authored Nov 6, 2023
1 parent 2ae9006 commit c187344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
to a groupId that we have ownership over -->
<groupId>com.google.looker-open-source</groupId>
<artifactId>bqjdbc</artifactId>
<version>2.3.27</version>
<version>2.3.28-SNAPSHOT</version>
<name>Big Query over JDBC</name>
<description>A simple JDBC driver, to reach Google's BigQuery</description>
<properties>
Expand Down Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>2.29.0</version>
<version>2.34.0</version>
</dependency>
<!-- START TEST DEPENDENCIES -->
<dependency>
Expand Down

0 comments on commit c187344

Please sign in to comment.