Skip to content

Commit 1a54fbf

Browse files
authored
deps: update shared deps to 3.3.0 and monitoring to 3.12.0 (#1643)
This is a temporary manual update of dependencies until https://togithub.com/googleapis/java-bigtable/pull/1640 is merged
1 parent 908d70f commit 1a54fbf

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.2.0</version>
69+
<version>3.3.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.11.0</version>
76+
<version>3.12.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.52.1</grpc.version>
42+
<grpc.version>1.53.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)