Skip to content

Commit 30b63a8

Browse files
2 parents 9dff92e + ba38121 commit 30b63a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,20 @@ If you are using Maven without BOM, add this to your dependencies:
5151
If you are using Gradle 5.x or later, add this to your dependencies:
5252

5353
```Groovy
54-
implementation platform('com.google.cloud:libraries-bom:26.8.0')
54+
implementation platform('com.google.cloud:libraries-bom:26.10.0')
5555
5656
implementation 'com.google.cloud:google-cloud-pubsub'
5757
```
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.3'
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.3"
67+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.123.5"
6868
```
6969

7070
## Authentication

0 commit comments

Comments
 (0)