Skip to content

Commit b1601e6

Browse files
Fix CVE–2020–9547
1 parent 01e6215 commit b1601e6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

WORKSPACE

+1-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ name = "special",
3838
"junit:junit:4.12",
3939
"com.google.guava:guava:28.0-jre",
4040
"org.apache.commons:commons-compress:1.8.1",
41-
maven.artifact(
42-
group = "com.fasterxml.jackson.core",
43-
artifact = "jackson-databind",
44-
version = "2.3.3",
41+
maven.artifact(group = "com.fasterxml.jackson.core", artifact = "jackson-databind", version = "2.9.10.4",
4542
),
4643
],
4744
fetch_sources = True,

0 commit comments

Comments
 (0)