@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545<dependency >
4646 <groupId >com.google.cloud</groupId >
4747 <artifactId >google-cloud-managedkafka</artifactId >
48- <version >0.15.0 </version >
48+ <version >0.16.1 </version >
4949</dependency >
5050```
5151
5252If you are using Gradle without BOM, add this to your dependencies:
5353
5454``` Groovy
55- implementation 'com.google.cloud:google-cloud-managedkafka:0.15.0 '
55+ implementation 'com.google.cloud:google-cloud-managedkafka:0.16.1 '
5656```
5757
5858If you are using SBT, add this to your dependencies:
5959
6060``` Scala
61- libraryDependencies += " com.google.cloud" % " google-cloud-managedkafka" % " 0.15.0 "
61+ libraryDependencies += " com.google.cloud" % " google-cloud-managedkafka" % " 0.16.1 "
6262```
6363
6464## Authentication
@@ -200,7 +200,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
200200[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
201201[ stability-image ] : https://img.shields.io/badge/stability-preview-yellow
202202[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-managedkafka.svg
203- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-managedkafka/0.15.0
203+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-cloud-managedkafka/0.16.1
204204[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
205205[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
206206[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
0 commit comments