Skip to content

Commit

Permalink
deps: upgrade shared dependencies to 3.6.0 and monitoring to 3.15.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kolea2 committed Apr 3, 2023
1 parent 033005d commit c0bad0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions google-cloud-bigtable-deps-bom/pom.xml
Expand Up @@ -66,14 +66,14 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-monitoring-bom</artifactId>
<version>3.14.0</version>
<version>3.15.0</version>
<exclusions>
<exclusion>
<!-- using the perfmark version in opencensus -->
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-bigtable/pom.xml
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.53.0</grpc.version>
<grpc.version>1.54.0</grpc.version>
<protobuf.version>3.21.12</protobuf.version>
<protoc.version>${protobuf.version}</protoc.version>
</properties>
Expand Down

0 comments on commit c0bad0d

Please sign in to comment.