From 90f10ae6d8b07180a197a73fe150ee90f42fbe53 Mon Sep 17 00:00:00 2001 From: "debricked[bot]" <47180885+debricked[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 17:42:41 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20CVE=E2=80=932020=E2=80=939548?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WORKSPACE | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 53bf7ba..f94f330 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -38,10 +38,7 @@ name = "special", "junit:junit:4.12", "com.google.guava:guava:28.0-jre", "org.apache.commons:commons-compress:1.8.1", - maven.artifact( - group = "com.fasterxml.jackson.core", - artifact = "jackson-databind", - version = "2.3.3", + maven.artifact(group = "com.fasterxml.jackson.core", artifact = "jackson-databind", version = "2.9.10.4", ), ], fetch_sources = True,