File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
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.6 '
61
+ implementation 'com.google.cloud:google-cloud-pubsub:1.120.7 '
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.6 "
67
+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.120.7 "
68
68
```
69
69
70
70
## Authentication
Original file line number Diff line number Diff line change 80
80
<dependency >
81
81
<groupId >com.google.cloudgroupId >
82
82
<artifactId >google-cloud-coreartifactId >
83
- <version >2.8.5 version >
83
+ <version >2.8.6 version >
84
84
<classifier >testsclassifier >
85
85
dependency >
86
86
<dependency >
Original file line number Diff line number Diff line change 79
79
<dependency >
80
80
<groupId >com.google.cloudgroupId >
81
81
<artifactId >google-cloud-coreartifactId >
82
- <version >2.8.5 version >
82
+ <version >2.8.6 version >
83
83
<classifier >testsclassifier >
84
84
dependency >
85
85
<dependency >
Original file line number Diff line number Diff line change 94
94
<dependency >
95
95
<groupId >com.google.cloudgroupId >
96
96
<artifactId >google-cloud-coreartifactId >
97
- <version >2.8.5 version >
97
+ <version >2.8.6 version >
98
98
<classifier >testsclassifier >
99
99
dependency >
100
100
You can’t perform that action at this time.
0 commit comments