Skip to content

Commit

Permalink
Update grpc from 1.31.1 -> 1.32.1 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitarb authored Sep 15, 2020
1 parent 91e8b8a commit b76b22e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ dependencies {
api group: 'com.uber.m3', name: 'tally-core', version: '0.6.1'
api group: 'io.micrometer', name: 'micrometer-core', version: '1.5.4'
api group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'
api 'io.grpc:grpc-protobuf:1.31.1'
api 'io.grpc:grpc-stub:1.31.1'
api 'io.grpc:grpc-protobuf:1.32.1'
api 'io.grpc:grpc-stub:1.32.1'

implementation group: 'com.google.guava', name: 'guava', version: '29.0-jre'
implementation group: 'com.cronutils', name: 'cron-utils', version: '9.1.1'
implementation 'io.grpc:grpc-netty-shaded:1.31.1'
implementation 'io.grpc:grpc-netty-shaded:1.32.1'
implementation group: 'com.google.protobuf', name: 'protobuf-java-util', version: '3.13.0'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.11.2'
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.11.2'
Expand Down Expand Up @@ -150,7 +150,7 @@ protobuf {
}
plugins {
grpc {
artifact = 'io.grpc:protoc-gen-grpc-java:1.31.1'
artifact = 'io.grpc:protoc-gen-grpc-java:1.32.1'
}
}
generateProtoTasks {
Expand Down

0 comments on commit b76b22e

Please sign in to comment.