You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by eo...@apache.org on 2022/01/27 13:20:58 UTC

[bookkeeper] branch master updated: Upgrading protobuf, CVE-2021-22569 (#3013)

This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new de3019e  Upgrading protobuf, CVE-2021-22569 (#3013)
de3019e is described below

commit de3019e41692343b69dea28cdc9400692473b638
Author: Andrey Yegorov <86...@users.noreply.github.com>
AuthorDate: Thu Jan 27 05:20:53 2022 -0800

    Upgrading protobuf, CVE-2021-22569 (#3013)
---
 dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dependencies.gradle b/dependencies.gradle
index 3c334b3..3b955a9 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -70,7 +70,7 @@ depVersions = [
     nettyTcnativeBoringSsl: "2.0.46.Final",
     powermock: "2.0.2",
     prometheus: "0.8.1",
-    protobuf: "3.14.0",
+    protobuf: "3.16.1",
     reflections: "0.9.11",
     rocksDb: "6.22.1.1",
     rxjava: "3.0.1",