Skip to content
This repository has been 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 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -55,7 +55,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<site.installationModule>${project.artifactId}</site.installationModule>

<grpc.version>1.34.1</grpc.version>
<grpc.version>1.35.0</grpc.version>
<gax.version>1.60.1</gax.version>
<guava.version>30.1-android</guava.version>
<protobuf.version>3.14.0</protobuf.version>
Expand All @@ -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