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

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<opencensus.version>0.31.1</opencensus.version>
<trace.version>2.79.0</trace.version>
<cloudmonitoring.version>3.83.0</cloudmonitoring.version>
<cloudmonitoring.version>3.84.0</cloudmonitoring.version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

While this version update is correct for this file, the update is incomplete across the project. The google-cloud-spanner/pom.xml file also defines a version for this dependency via the <google.cloud.monitoring.version> property, which is still set to 3.83.0. To ensure consistency and prevent potential dependency conflicts, that property should also be updated to 3.84.0.

</properties>


Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<opencensus.version>0.31.1</opencensus.version>
<trace.version>2.79.0</trace.version>
<cloudmonitoring.version>3.83.0</cloudmonitoring.version>
<cloudmonitoring.version>3.84.0</cloudmonitoring.version>
</properties>

<dependencies>
Expand Down
Loading