Skip to content

Commit f587696

Browse files
authored
chore: change branch master to main in github configurations (#866)
1 parent 961917d commit f587696

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
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.114.4'
61+
implementation 'com.google.cloud:google-cloud-pubsub:1.114.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.114.4"
67+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.114.5"
6868
```
6969

7070
## Authentication

0 commit comments

Comments
 (0)