Skip to content

Commit b76b22e

Browse files
authored
Update grpc from 1.31.1 -> 1.32.1 (#211)
1 parent 91e8b8a commit b76b22e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ dependencies {
9898
api group: 'com.uber.m3', name: 'tally-core', version: '0.6.1'
9999
api group: 'io.micrometer', name: 'micrometer-core', version: '1.5.4'
100100
api group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'
101-
api 'io.grpc:grpc-protobuf:1.31.1'
102-
api 'io.grpc:grpc-stub:1.31.1'
101+
api 'io.grpc:grpc-protobuf:1.32.1'
102+
api 'io.grpc:grpc-stub:1.32.1'
103103

104104
implementation group: 'com.google.guava', name: 'guava', version: '29.0-jre'
105105
implementation group: 'com.cronutils', name: 'cron-utils', version: '9.1.1'
106-
implementation 'io.grpc:grpc-netty-shaded:1.31.1'
106+
implementation 'io.grpc:grpc-netty-shaded:1.32.1'
107107
implementation group: 'com.google.protobuf', name: 'protobuf-java-util', version: '3.13.0'
108108
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.11.2'
109109
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.11.2'
@@ -150,7 +150,7 @@ protobuf {
150150
}
151151
plugins {
152152
grpc {
153-
artifact = 'io.grpc:protoc-gen-grpc-java:1.31.1'
153+
artifact = 'io.grpc:protoc-gen-grpc-java:1.32.1'
154154
}
155155
}
156156
generateProtoTasks {

0 commit comments

Comments
 (0)