Update protobuf-java to 3.9.2 (#27778)

This commit is contained in:
Scala Steward 2019-09-26 10:55:15 +02:00 committed by Christopher Batey
parent 2bab0d8dcd
commit bd7a264b2f

View file

@ -23,7 +23,7 @@ object Dependencies {
val nettyVersion = "3.10.6.Final"
val jacksonVersion = "2.9.9"
val jacksonDatabindVersion = "2.9.9.3"
val protobufJavaVersion = "3.9.1"
val protobufJavaVersion = "3.9.2"
val logbackVersion = "1.2.3"
val scala212Version = "2.12.9"