We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1715927 commit 21a7fb7Copy full SHA for 21a7fb7
‎README.md
@@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-pubsub'
58
If you are using Gradle without BOM, add this to your dependencies:
59
60
```Groovy
61
-implementation 'com.google.cloud:google-cloud-pubsub:1.123.4'
+implementation 'com.google.cloud:google-cloud-pubsub:1.123.5'
62
```
63
64
If you are using SBT, add this to your dependencies:
65
66
```Scala
67
-libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.123.4"
+libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.123.5"
68
69
70
## Authentication
0 commit comments