github-automation-metabase
authored
dep is brought in by google cloud
From `clj -X:deps tree :aliases '[:ee :drivers]'`
```
. metabase/bigquery-cloud-sdk metabase/modules/drivers/bigquery-cloud-sdk
. com.google.cloud/google-cloud-bigquery 2.38.1
. com.google.cloud/google-cloud-core 2.35.0
[...]
. javax.annotation/javax.annotation-api 1.3.2
```
Before this change:
```
❯ clj -X:deps tree :aliases '[:ee :drivers]' | grep 'javax.annotation/javax.annotation-api'
. javax.annotation/javax.annotation-api 1.3.2
```
After:
```
❯ clj -X:deps tree :aliases '[:ee :drivers]' > deps-master
❯ echo $?
0
```
Co-authored-by:
dpsutton <dan@dpsutton.com>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.