File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,20 +51,20 @@ If you are using Maven without BOM, add this to your dependencies:
51
51
If you are using Gradle 5.x or later, add this to your dependencies:
52
52
53
53
``` Groovy
54
- implementation platform('com.google.cloud:libraries-bom:26.8 .0')
54
+ implementation platform('com.google.cloud:libraries-bom:26.10 .0')
55
55
56
56
implementation 'com.google.cloud:google-cloud-pubsub'
57
57
```
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.123.3 '
61
+ implementation 'com.google.cloud:google-cloud-pubsub:1.123.5 '
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.123.3 "
67
+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.123.5 "
68
68
```
69
69
70
70
## Authentication
You can’t perform that action at this time.
0 commit comments