Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions google-cloud-bigtable-deps-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-monitoring-bom</artifactId>
<version>3.11.0</version>
<version>3.12.0</version>
<exclusions>
<exclusion>
<!-- using the perfmark version in opencensus -->
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-bigtable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

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