From 4d37f98e76d2d0215f066095cd76a65509fa3366 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 8 Sep 2023 11:54:30 +0100 Subject: [PATCH] protobuf-java 3.19.6 (#636) Update pekko-protobuf-v3-jar-license.txt --- legal/pekko-protobuf-v3-jar-license.txt | 2 +- project/Dependencies.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/legal/pekko-protobuf-v3-jar-license.txt b/legal/pekko-protobuf-v3-jar-license.txt index 7e8d9ae7b2..cfb1ce936f 100644 --- a/legal/pekko-protobuf-v3-jar-license.txt +++ b/legal/pekko-protobuf-v3-jar-license.txt @@ -202,6 +202,6 @@ --------------- -pekko-protobuf-v3 contains the sources of Google protobuf 3.16.3 runtime support, +pekko-protobuf-v3 contains the sources of Google protobuf 3.19.6 runtime support, moved into the source package `org.apache.pekko.protobufv3.internal` so as to avoid version conflicts. For license information see COPYING.protobuf diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 7b80bbc127..fc357c8eb4 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -30,7 +30,7 @@ object Dependencies { val agronaVersion = "1.15.1" val nettyVersion = "3.10.6.Final" val netty4Version = "4.1.96.Final" - val protobufJavaVersion = "3.16.3" + val protobufJavaVersion = "3.19.6" val logbackVersion = "1.2.11" val jacksonCoreVersion = "2.14.3"