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 2ae9006 commit fb85460
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 @@ -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 fb85460

Please sign in to comment.