Skip to content

Commit

Permalink
Merge pull request #123 from aminghadersohi/patch-1
Browse files Browse the repository at this point in the history
Update version of Protobuf-java to 3.11.0
  • Loading branch information
aaronweihe authored Jan 6, 2020
2 parents c17e01e + bd0ba07 commit d53be1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ext {
moshi = 'com.squareup.moshi:moshi-kotlin:1.5.0'
moshiCodeGen = 'com.squareup.moshi:moshi-kotlin-codegen:1.6.0'
gson = 'com.google.code.gson:gson:2.8.2'
protobuf = 'com.google.protobuf:protobuf-java:3.4.0'
protobuf = 'com.google.protobuf:protobuf-java:3.11.0'
jacksonDatabind = 'com.fasterxml.jackson.core:jackson-databind:2.9.5'
jacksonModuleKotlin = 'com.fasterxml.jackson.module:jackson-module-kotlin:2.9.5'
jsonPatch = 'com.github.fge:json-patch:1.9'
Expand Down

0 comments on commit d53be1e

Please sign in to comment.