Skip to content

Commit 9eb0305

Browse files
Fix CVE–2018–11307
1 parent 01e6215 commit 9eb0305

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

WORKSPACE

Lines changed: 1 addition & 4 deletions
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.7.9.4",
4542
),
4643
],
4744
fetch_sources = True,

0 commit comments

Comments
 (0)