Skip to content

Commit ee98338

Browse files
authored
deps: update dependency com.google.cloud:google-cloud-monitoring-bom … (#1531)
…to v3.7.0 (Port #1519) Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-bigtable/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> ☕️ If you write sample code, please follow the [samples format]( https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
1 parent 524184d commit ee98338

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

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

+8-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,14 @@
7373
<dependency>
7474
<groupId>com.google.cloud</groupId>
7575
<artifactId>google-cloud-monitoring-bom</artifactId>
76-
<version>3.6.0</version>
76+
<version>3.7.0</version>
77+
<exclusions>
78+
<exclusion>
79+
<!-- using the perfmark version in opencensus -->
80+
<groupId>io.perfmark</groupId>
81+
<artifactId>perfmark-api</artifactId>
82+
</exclusion>
83+
</exclusions>
7784
<type>pom</type>
7885
<scope>import</scope>
7986
</dependency>

google-cloud-bigtable-stats/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
<groupId>com.google.http-client</groupId>
5959
<artifactId>google-http-client</artifactId>
6060
</exclusion>
61+
<exclusion>
62+
<!-- using the perfmark version in opencensus -->
63+
<groupId>io.perfmark</groupId>
64+
<artifactId>perfmark-api</artifactId>
65+
</exclusion>
6166
</exclusions>
6267
</dependency>
6368
<dependency>

google-cloud-bigtable/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,13 @@
268268
<dependency>
269269
<groupId>com.google.cloud</groupId>
270270
<artifactId>google-cloud-monitoring</artifactId>
271+
<exclusions>
272+
<exclusion>
273+
<!-- using the perfmark version in opencensus -->
274+
<groupId>io.perfmark</groupId>
275+
<artifactId>perfmark-api</artifactId>
276+
</exclusion>
277+
</exclusions>
271278
<scope>runtime</scope>
272279
</dependency>
273280
<dependency>

0 commit comments

Comments
 (0)