Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit c0bad0d

Browse files
authored
deps: upgrade shared dependencies to 3.6.0 and monitoring to 3.15.0 (#1688)
1 parent 033005d commit c0bad0d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

google-cloud-bigtable-deps-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@
6666
<dependency>
6767
<groupId>com.google.cloud</groupId>
6868
<artifactId>google-cloud-shared-dependencies</artifactId>
69-
<version>3.5.0</version>
69+
<version>3.6.0</version>
7070
<type>pom</type>
7171
<scope>import</scope>
7272
</dependency>
7373
<dependency>
7474
<groupId>com.google.cloud</groupId>
7575
<artifactId>google-cloud-monitoring-bom</artifactId>
76-
<version>3.14.0</version>
76+
<version>3.15.0</version>
7777
<exclusions>
7878
<exclusion>
7979
<!-- using the perfmark version in opencensus -->

google-cloud-bigtable/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
<!-- These are needed to compile the protobuf used by Changestream merging acceptance test. We have enforcer rule
4141
below to make sure that the versions here match the ones we pull in via the shared bom. -->
42-
<grpc.version>1.53.0</grpc.version>
42+
<grpc.version>1.54.0</grpc.version>
4343
<protobuf.version>3.21.12</protobuf.version>
4444
<protoc.version>${protobuf.version}</protoc.version>
4545
</properties>

0 commit comments

Comments
 (0)