File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,21 +24,21 @@ If you are using Maven, add this to your pom.xml file:
2424<dependency >
2525 <groupId >com.google.cloud</groupId >
2626 <artifactId >google-cloud-pubsub</artifactId >
27- <version >1.150.1 </version >
27+ <version >1.150.2 </version >
2828</dependency >
2929
3030```
3131
3232If you are using Gradle without BOM, add this to your dependencies:
3333
3434``` Groovy
35- implementation 'com.google.cloud:google-cloud-pubsublite:1.16.5 '
35+ implementation 'com.google.cloud:google-cloud-pubsublite:1.16.6 '
3636```
3737
3838If you are using SBT, add this to your dependencies:
3939
4040``` Scala
41- libraryDependencies += " com.google.cloud" % " google-cloud-pubsublite" % " 1.16.5 "
41+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsublite" % " 1.16.6 "
4242```
4343
4444## Authentication
@@ -462,7 +462,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
462462[ javadocs ] : https://cloud.google.com/java/docs/reference/google-cloud-pubsublite/latest/history
463463[ stability-image ] : https://img.shields.io/badge/stability-stable-green
464464[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-pubsublite.svg
465- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsublite/1.16.5
465+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsublite/1.16.6
466466[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
467467[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
468468[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
You can’t perform that action at this time.
0 commit comments