Skip to content

v2.3.26

Compare
Choose a tag to compare
@shalaniw shalaniw released this 18 Jul 23:12
· 58 commits to main since this release
7ae906a

Update com.google.guava:guava dependency to v32.0.1-jre

bqjdbc uses com.google.guava:guava as a transitive dependency. It needs to be bumped from 31.1-jre to 32.0.1-jre per
https://osv.dev/vulnerability/GHSA-7g45-4rm6-3mm3.

Also added the google-cloud-bigquery dependency, so that we don't have to pick out specific libraries from the Google Java client.

Since JacksonFactory is deprecated, we are now using com.google.api.client.json.gson.GsonFactory.

Remove com.google.api.services.iamcredentials.v1 and now use Explicit Credential Loading to generate an access token.