File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ If you are using Maven, add this to your pom.xml file:
3232If you are using Gradle without BOM, add this to your dependencies:
3333
3434``` Groovy
35- implementation 'com.google.cloud:google-cloud-pubsublite:1.12.0 '
35+ implementation 'com.google.cloud:google-cloud-pubsublite:1.12.1 '
3636```
3737
3838If you are using SBT, add this to your dependencies:
3939
4040``` Scala
41- libraryDependencies += " com.google.cloud" % " google-cloud-pubsublite" % " 1.12.0 "
41+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsublite" % " 1.12.1 "
4242```
4343
4444## Authentication
@@ -481,7 +481,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
481481[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsublite/java11.html
482482[ stability-image ] : https://img.shields.io/badge/stability-stable-green
483483[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-pubsublite.svg
484- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsublite/1.12.0
484+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsublite/1.12.1
485485[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
486486[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
487487[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Original file line number Diff line number Diff line change 1818 <dependency >
1919 <groupId >com.google.cloud</groupId >
2020 <artifactId >google-cloud-shared-dependencies</artifactId >
21- <version >3.5 .0</version >
21+ <version >3.6 .0</version >
2222 <type >pom</type >
2323 <scope >import</scope >
2424 </dependency >
You can’t perform that action at this time.
0 commit comments