We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a4e22 commit 1d4819dCopy full SHA for 1d4819d
SpringBootGRpc/build.gradle
@@ -34,7 +34,7 @@ repositories {
34
dependencies {
35
compile('org.springframework.boot:spring-boot-starter-web')
36
compile('io.github.lognet:grpc-spring-boot-starter:3.4.1')
37
- compile('com.google.protobuf:protobuf-java-util:3.9.1')
+ compile('com.google.protobuf:protobuf-java-util:3.10.0')
38
testCompile('org.springframework.boot:spring-boot-starter-test')
39
}
40
0 commit comments