File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-pubsub'
58
58
If you are using Gradle without BOM, add this to your dependencies:
59
59
60
60
``` Groovy
61
- implementation 'com.google.cloud:google-cloud-pubsub:1.120.19 '
61
+ implementation 'com.google.cloud:google-cloud-pubsub:1.120.20 '
62
62
```
63
63
64
64
If you are using SBT, add this to your dependencies:
65
65
66
66
``` Scala
67
- libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.120.19 "
67
+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.120.20 "
68
68
```
69
69
70
70
## Authentication
Original file line number Diff line number Diff line change 86
86
<dependency >
87
87
<groupId >com.google.cloud</groupId >
88
88
<artifactId >google-cloud-bigquery</artifactId >
89
- <version >2.16.1 </version >
89
+ <version >2.17.0 </version >
90
90
</dependency >
91
91
</dependencies >
92
92
Original file line number Diff line number Diff line change 85
85
<dependency >
86
86
<groupId >com.google.cloud</groupId >
87
87
<artifactId >google-cloud-bigquery</artifactId >
88
- <version >2.16.1 </version >
88
+ <version >2.17.0 </version >
89
89
</dependency >
90
90
</dependencies >
91
91
You can’t perform that action at this time.
0 commit comments