Skip to content

Commit

Permalink
Pick up fix for CVE-2018-10237
Browse files Browse the repository at this point in the history
com.cemerick/pomegranate 1.1.0 includes com.google.guava 20.0 as a
transitive dependency. This is vulnerable to CVE-2018-10237, so we
override it to pick up the fix found in later versions.
  • Loading branch information
nwjsmith committed Mar 29, 2019
1 parent 7351d21 commit 194176d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions leiningen-core/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
:exclusions [org.clojure/clojure]]
[org.flatland/classlojure "0.7.1"]
[robert/hooke "1.3.0"]
[com.google.guava/guava "27.1-jre"]
[com.cemerick/pomegranate "1.1.0"
:exclusions [org.slf4j/jcl-over-slf4j]]
[com.hypirion/io "0.3.1"]
Expand Down

0 comments on commit 194176d

Please sign in to comment.