File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,20 +52,20 @@ If you are using Maven without BOM, add this to your dependencies:
52
52
If you are using Gradle 5.x or later, add this to your dependencies:
53
53
54
54
``` Groovy
55
- implementation platform('com.google.cloud:libraries-bom:26.8 .0')
55
+ implementation platform('com.google.cloud:libraries-bom:26.9 .0')
56
56
57
57
implementation 'com.google.cloud:google-cloud-bigquery'
58
58
```
59
59
If you are using Gradle without BOM, add this to your dependencies:
60
60
61
61
``` Groovy
62
- implementation 'com.google.cloud:google-cloud-bigquery:2.22 .0'
62
+ implementation 'com.google.cloud:google-cloud-bigquery:2.23 .0'
63
63
```
64
64
65
65
If you are using SBT, add this to your dependencies:
66
66
67
67
``` Scala
68
- libraryDependencies += " com.google.cloud" % " google-cloud-bigquery" % " 2.22 .0"
68
+ libraryDependencies += " com.google.cloud" % " google-cloud-bigquery" % " 2.23 .0"
69
69
```
70
70
71
71
## Authentication
Original file line number Diff line number Diff line change 54
54
<github .global.server>github</github .global.server>
55
55
<site .installationModule>google-cloud-bigquery-parent</site .installationModule>
56
56
<google-api-services-bigquery .version>v2-rev20230210-2.0.0</google-api-services-bigquery .version>
57
- <google .cloud.shared-dependencies.version>3.3 .0</google .cloud.shared-dependencies.version>
57
+ <google .cloud.shared-dependencies.version>3.4 .0</google .cloud.shared-dependencies.version>
58
58
<arrow .version>11.0.0</arrow .version>
59
59
</properties >
60
60
You can’t perform that action at this time.
0 commit comments