Skip to content

Commit

Permalink
fix: Upgrade gRPC dependencies (#269)
Browse files Browse the repository at this point in the history
Fixes #231
  • Loading branch information
gnarea authored Jan 4, 2021
1 parent 84b4260 commit 28b53e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ dependencies {
// Relaynet
implementation 'tech.relaycorp:relaynet:1.40.0'
implementation 'tech.relaycorp:cogrpc:1.1.6'
implementation 'tech.relaycorp:cogrpc-okhttp:1.1.4'
implementation 'tech.relaycorp:cogrpc-okhttp:1.1.7'
implementation 'tech.relaycorp:doh:1.0.0'

// ORM
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
ext {
kotlinVersion = '1.4.21-2'
kotlinCoroutinesVersion = '1.3.9'
grpcVersion = '1.32.2'
grpcVersion = '1.34.1'
protobufVersion = '3.12.2'
protobufGradleVersion = '0.8.12'
nettyVersion = '4.1.56.Final'
Expand Down

0 comments on commit 28b53e6

Please sign in to comment.