Skip to content

Commit 589e66c

Browse files
authored
deps: import container bom and update to 0.118.0-beta (#109)
1 parent 6b4bef2 commit 589e66c

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

pom.xml

+4-12
Original file line numberDiff line numberDiff line change
@@ -257,18 +257,10 @@
257257
</dependency>
258258
<dependency>
259259
<groupId>com.google.cloud</groupId>
260-
<artifactId>google-cloud-container</artifactId>
261-
<version>0.117.0-beta</version>
262-
</dependency>
263-
<dependency>
264-
<groupId>com.google.api.grpc</groupId>
265-
<artifactId>proto-google-cloud-container-v1</artifactId>
266-
<version>0.82.0</version>
267-
</dependency>
268-
<dependency>
269-
<groupId>com.google.api.grpc</groupId>
270-
<artifactId>grpc-google-cloud-container-v1</artifactId>
271-
<version>0.82.0</version>
260+
<artifactId>google-cloud-container-bom</artifactId>
261+
<version>0.118.0-beta</version>
262+
<type>pom</type>
263+
<scope>import</scope>
272264
</dependency>
273265
<dependency>
274266
<groupId>com.google.cloud</groupId>

0 commit comments

Comments
 (0)