Skip to content

Commit a86d99f

Browse files
authored
Merge pull request tronprotocol#1405 from tronprotocol/develop
update bandwidth consume
2 parents 9033136 + a780ba1 commit a86d99f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1324
-632
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ dependencies {
150150

151151
checkstyleConfig "com.puppycrawl.tools:checkstyle:${versions.checkstyle}"
152152
// google grpc
153-
compile group: 'io.grpc', name: 'grpc-netty', version: '1.9.0'
154-
compile group: 'io.grpc', name: 'grpc-protobuf', version: '1.9.0'
155-
compile group: 'io.grpc', name: 'grpc-stub', version: '1.9.0'
153+
compile group: 'io.grpc', name: 'grpc-netty', version: '1.14.0'
154+
compile group: 'io.grpc', name: 'grpc-protobuf', version: '1.14.0'
155+
compile group: 'io.grpc', name: 'grpc-stub', version: '1.14.0'
156156
// end google grpc
157157

158158
compile group: 'com.carrotsearch', name: 'java-sizeof', version: '0.0.5'

0 commit comments

Comments
 (0)