Skip to content

Commit 2885a87

Browse files
committed
test(deps): update cross product test dependencies
1 parent 6f4d255 commit 2885a87

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

google-cloud-storage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,14 +255,14 @@
255255
<dependency>
256256
<groupId>com.google.api.grpc</groupId>
257257
<artifactId>proto-google-cloud-kms-v1</artifactId>
258-
<version>0.172.0</version>
258+
<version>0.173.0</version>
259259
<scope>test</scope>
260260
</dependency>
261261

262262
<dependency>
263263
<groupId>com.google.cloud</groupId>
264264
<artifactId>google-cloud-kms</artifactId>
265-
<version>2.81.0</version>
265+
<version>2.82.0</version>
266266
<scope>test</scope>
267267
</dependency>
268268
<dependency>

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>com.google.cloud</groupId>
7474
<artifactId>google-cloud-kms</artifactId>
75-
<version>2.81.0</version>
75+
<version>2.82.0</version>
7676
<scope>test</scope>
7777
</dependency>
7878
<dependency>

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>com.google.cloud</groupId>
6666
<artifactId>google-cloud-kms</artifactId>
67-
<version>2.81.0</version>
67+
<version>2.82.0</version>
6868
<scope>test</scope>
6969
</dependency>
7070
<dependency>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>com.google.cloud</groupId>
8484
<artifactId>google-cloud-kms</artifactId>
85-
<version>2.81.0</version>
85+
<version>2.82.0</version>
8686
<scope>test</scope>
8787
</dependency>
8888
<dependency>

0 commit comments

Comments
 (0)