File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-bigquerystorage'
56
56
If you are using Gradle without BOM, add this to your dependencies:
57
57
58
58
``` Groovy
59
- implementation 'com.google.cloud:google-cloud-bigquerystorage:2.23.1 '
59
+ implementation 'com.google.cloud:google-cloud-bigquerystorage:2.24.0 '
60
60
```
61
61
62
62
If you are using SBT, add this to your dependencies:
63
63
64
64
``` Scala
65
- libraryDependencies += " com.google.cloud" % " google-cloud-bigquerystorage" % " 2.23.1 "
65
+ libraryDependencies += " com.google.cloud" % " google-cloud-bigquerystorage" % " 2.24.0 "
66
66
```
67
67
68
68
## Authentication
Original file line number Diff line number Diff line change 21
21
<maven .compiler.target>1.8</maven .compiler.target>
22
22
<maven .compiler.source>1.8</maven .compiler.source>
23
23
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
- <arrow .version>9 .0.0</arrow .version>
24
+ <arrow .version>10 .0.0</arrow .version>
25
25
</properties >
26
26
27
27
Original file line number Diff line number Diff line change 21
21
<maven .compiler.target>1.8</maven .compiler.target>
22
22
<maven .compiler.source>1.8</maven .compiler.source>
23
23
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
- <arrow .version>9 .0.0</arrow .version>
24
+ <arrow .version>10 .0.0</arrow .version>
25
25
</properties >
26
26
27
27
<dependencies >
Original file line number Diff line number Diff line change 21
21
<maven .compiler.target>1.8</maven .compiler.target>
22
22
<maven .compiler.source>1.8</maven .compiler.source>
23
23
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24
- <arrow .version>9 .0.0</arrow .version>
24
+ <arrow .version>10 .0.0</arrow .version>
25
25
</properties >
26
26
27
27
You can’t perform that action at this time.
0 commit comments