Skip to content

Commit

Permalink
deps: update shared deps to 3.3.0 and monitoring to 3.12.0 (#1643)
Browse files Browse the repository at this point in the history
This is a temporary manual update of dependencies until https://togithub.com/googleapis/java-bigtable/pull/1640 is merged
  • Loading branch information
kolea2 committed Feb 21, 2023
1 parent 908d70f commit 1a54fbf
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
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

0 comments on commit 1a54fbf

Please sign in to comment.