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:42 UTC

[bookkeeper] branch master updated: Upgraded snakeyaml, CVE-2017-18640 (#3014)

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 62aca0a  Upgraded snakeyaml, CVE-2017-18640 (#3014)
62aca0a is described below

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

    Upgraded snakeyaml, CVE-2017-18640 (#3014)
---
 dependencies.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dependencies.gradle b/dependencies.gradle
index 075b3bb..3c334b3 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -75,7 +75,7 @@ depVersions = [
     rocksDb: "6.22.1.1",
     rxjava: "3.0.1",
     slf4j: "1.7.32",
-    snakeyaml: "1.19",
+    snakeyaml: "1.30",
     spotbugsAnnotations: "3.1.8",
     protocGenGrpcJava: "1.12.0",
     shrinkwrap:"3.1.4",