File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
java-bigquerydatatransfer Expand file tree Collapse file tree 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.1.22 '
59
+ implementation 'com.google.cloud:google-cloud-bigquerydatatransfer:2.1.23 '
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.1.22 "
65
+ libraryDependencies += " com.google.cloud" % " google-cloud-bigquerydatatransfer" % " 2.1.23 "
66
66
```
67
67
68
68
## Authentication
Original file line number Diff line number Diff line change 59
59
<dependency >
60
60
<groupId >com.google.cloud</groupId >
61
61
<artifactId >google-cloud-pubsub</artifactId >
62
- <version >1.116.3 </version >
62
+ <version >1.116.4 </version >
63
63
<scope >test</scope >
64
64
</dependency >
65
65
</dependencies >
Original file line number Diff line number Diff line change 59
59
<dependency >
60
60
<groupId >com.google.cloud</groupId >
61
61
<artifactId >google-cloud-pubsub</artifactId >
62
- <version >1.116.3 </version >
62
+ <version >1.116.4 </version >
63
63
<scope >test</scope >
64
64
</dependency >
65
65
</dependencies >
Original file line number Diff line number Diff line change 71
71
<dependency >
72
72
<groupId >com.google.cloud</groupId >
73
73
<artifactId >google-cloud-pubsub</artifactId >
74
- <version >1.116.3 </version >
74
+ <version >1.116.4 </version >
75
75
<scope >test</scope >
76
76
</dependency >
77
77
</dependencies >
You can’t perform that action at this time.
0 commit comments