Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

deps: update dependency io.grpc:grpc-bom to v1.35.0 #248

Merged
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
update opencensus version
  • Loading branch information
stephaniewang526 authored Jan 27, 2021
commit e95fe0443e915adfed9fbab5126ace0478cd8048
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<javax.annotations.version>1.3.2</javax.annotations.version>
<animal-sniffer.version>1.19</animal-sniffer.version>
<iam.version>1.0.7</iam.version>
<opencensus.version>0.24.0</opencensus.version>
<opencensus.version>0.28.0</opencensus.version>
Copy link
Contributor

Choose a reason for hiding this comment

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

We were trying to avoid upgrading this one.

Copy link
Contributor

Choose a reason for hiding this comment

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

It looks like there are no breaking changes here and we should consider at least 0.28.1 which supposedly adds support for OpenTelemetry migration

Copy link
Contributor

Choose a reason for hiding this comment

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

Done.

<findbugs.version>3.0.2</findbugs.version>
<errorprone.version>2.5.1</errorprone.version>
<jackson.version>2.12.1</jackson.version>
Expand Down