upgrade to protobuf 3.16.3 (due to CVE) (#390)

This commit is contained in:
PJ Fanning 2023-06-13 12:33:22 +01:00 committed by GitHub
parent 71da3008ac
commit da15758c90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -202,6 +202,6 @@
---------------
pekko-protobuf-v3 contains the sources of Google protobuf 3.16.1 runtime support,
pekko-protobuf-v3 contains the sources of Google protobuf 3.16.3 runtime support,
moved into the source package `org.apache.pekko.protobufv3.internal` so as to avoid version conflicts.
For license information see COPYING.protobuf

View file

@ -31,7 +31,7 @@ object Dependencies {
// https://github.com/real-logic/aeron/blob/1.x.y/build.gradle
val agronaVersion = "1.15.1"
val nettyVersion = "3.10.6.Final"
val protobufJavaVersion = "3.16.1"
val protobufJavaVersion = "3.16.3"
val logbackVersion = "1.2.11"
val jacksonCoreVersion = "2.14.3"