This repository was archived by the owner on Sep 27, 2023. It is now read-only.
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-bigquerydatatransfer'
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-bigquerydatatransfer:2.0.16 '
59
+ implementation 'com.google.cloud:google-cloud-bigquerydatatransfer:2.0.17 '
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-bigquerydatatransfer" % " 2.0.16 "
65
+ libraryDependencies += " com.google.cloud" % " google-cloud-bigquerydatatransfer" % " 2.0.17 "
66
66
```
67
67
68
68
## Authentication
Original file line number Diff line number Diff line change 53
53
<dependency >
54
54
<groupId >com.google.cloud</groupId >
55
55
<artifactId >google-cloud-bigquery</artifactId >
56
- <version >2.2.0 </version >
56
+ <version >2.2.1 </version >
57
57
<scope >test</scope >
58
58
</dependency >
59
59
<dependency >
Original file line number Diff line number Diff line change 53
53
<dependency >
54
54
<groupId >com.google.cloud</groupId >
55
55
<artifactId >google-cloud-bigquery</artifactId >
56
- <version >2.2.0 </version >
56
+ <version >2.2.1 </version >
57
57
<scope >test</scope >
58
58
</dependency >
59
59
<dependency >
Original file line number Diff line number Diff line change 65
65
<dependency >
66
66
<groupId >com.google.cloud</groupId >
67
67
<artifactId >google-cloud-bigquery</artifactId >
68
- <version >2.2.0 </version >
68
+ <version >2.2.1 </version >
69
69
<scope >test</scope >
70
70
</dependency >
71
71
<dependency >
You can’t perform that action at this time.
0 commit comments