Merge pull request #27988 from akka/wip-protobuf-3.10.0-patriknw

Update protobuf-java and protoc to 3.10.0
This commit is contained in:
Patrik Nordwall 2019-10-15 11:09:30 +02:00 committed by GitHub
commit 5de5dec6ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 4895 additions and 21 deletions

View file

@ -23,7 +23,7 @@ object Dependencies {
val nettyVersion = "3.10.6.Final"
val jacksonVersion = "2.10.0"
val jacksonDatabindVersion = "2.10.0"
val protobufJavaVersion = "3.9.2"
val protobufJavaVersion = "3.10.0"
val logbackVersion = "1.2.3"
val scala212Version = "2.12.10"