File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242<dependency >
4343 <groupId >com.google.cloud</groupId >
4444 <artifactId >google-iam-policy</artifactId >
45- <version >1.88 .0</version >
45+ <version >1.89 .0</version >
4646</dependency >
4747```
4848
4949If you are using Gradle without BOM, add this to your dependencies:
5050
5151``` Groovy
52- implementation 'com.google.cloud:google-iam-policy:1.88 .0'
52+ implementation 'com.google.cloud:google-iam-policy:1.89 .0'
5353```
5454
5555If you are using SBT, add this to your dependencies:
5656
5757``` Scala
58- libraryDependencies += " com.google.cloud" % " google-iam-policy" % " 1.88 .0"
58+ libraryDependencies += " com.google.cloud" % " google-iam-policy" % " 1.89 .0"
5959```
6060
6161## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
175175[ javadocs ] : https://cloud.google.com/java/docs/reference/proto-google-iam-v1/latest/history
176176[ stability-image ] : https://img.shields.io/badge/stability-stable-green
177177[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-iam-policy.svg
178- [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-iam-policy/1.88 .0
178+ [ maven-version-link ] : https://central.sonatype.com/artifact/com.google.cloud/google-iam-policy/1.89 .0
179179[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
180180[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
181181[ 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