This repository was archived by the owner on Sep 27, 2023. It is now read-only.
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
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.2.0 '
59
+ implementation 'com.google.cloud:google-cloud-bigquerydatatransfer:2.2.1 '
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.2.0 "
65
+ libraryDependencies += " com.google.cloud" % " google-cloud-bigquerydatatransfer" % " 2.2.1 "
66
66
```
67
67
68
68
## Authentication
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >com.google.protobuf</groupId >
37
37
<artifactId >protobuf-java-util</artifactId >
38
- <version >3.20.1 </version >
38
+ <version >3.21.0 </version >
39
39
</dependency >
40
40
41
41
<dependency >
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >com.google.protobuf</groupId >
37
37
<artifactId >protobuf-java-util</artifactId >
38
- <version >3.20.1 </version >
38
+ <version >3.21.0 </version >
39
39
</dependency >
40
40
41
41
<dependency >
You can’t perform that action at this time.
0 commit comments