Skip to content

Commit

Permalink
Downgrades grpc dependencies to < 1.42.x Fixes getgauge#674
Browse files Browse the repository at this point in the history
  • Loading branch information
haroon-sheikh committed May 18, 2022
1 parent 3879014 commit 1da8147
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,17 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty-shaded</artifactId>
<version>1.45.0</version>
<version>1.41.2</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf</artifactId>
<version>1.45.0</version>
<version>1.41.2</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
<version>1.45.0</version>
<version>1.41.2</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
Expand Down

0 comments on commit 1da8147

Please sign in to comment.