Skip to content

Commit

Permalink
Update google-cloud-bigquery to 2.34.0
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.
  • Loading branch information
Shalani Weerasooriya committed Nov 6, 2023
1 parent fb85460 commit e1928c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit e1928c3

Please sign in to comment.