Skip to content

Commit 4d5aad6

Browse files
authored
chore: remove hard-coded versions for iam proto/grpc (#11584)
This is based off description here: #11557 (comment)
1 parent c943a01 commit 4d5aad6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

java-iam/google-iam-policy/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
<dependency>
5757
<groupId>com.google.api.grpc</groupId>
5858
<artifactId>proto-google-iam-v3beta</artifactId>
59-
<version>1.51.0</version>
6059
</dependency>
6160
<dependency>
6261
<groupId>com.google.guava</groupId>
@@ -104,7 +103,6 @@
104103
<dependency>
105104
<groupId>com.google.api.grpc</groupId>
106105
<artifactId>grpc-google-iam-v3beta</artifactId>
107-
<version>1.51.0</version>
108106
<scope>test</scope>
109107
</dependency>
110108
<!-- Need testing utility classes for generated gRPC clients tests -->

0 commit comments

Comments
 (0)