Skip to content

Commit 21a7fb7

Browse files
1 parent 1715927 commit 21a7fb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-pubsub'
5858
If you are using Gradle without BOM, add this to your dependencies:
5959

6060
```Groovy
61-
implementation 'com.google.cloud:google-cloud-pubsub:1.123.4'
61+
implementation 'com.google.cloud:google-cloud-pubsub:1.123.5'
6262
```
6363

6464
If you are using SBT, add this to your dependencies:
6565

6666
```Scala
67-
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.123.4"
67+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.123.5"
6868
```
6969

7070
## Authentication

0 commit comments

Comments
 (0)