Skip to content

Commit

Permalink
CMR-5192: Updated deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Oct 30, 2018
1 parent 0ae907e commit 9e4a7d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
:exclusions [org.clojure/clojure]
:dependencies [
[cheshire "5.8.1"]
[clojusc/trifl "0.3.0"]
[clojusc/twig "0.3.3"]
[clojusc/trifl "0.4.0"]
[clojusc/twig "0.4.0"]
[com.stuartsierra/component "0.3.2"]
[gov.nasa.earthdata/cmr-exchange-common "0.2.0-SNAPSHOT"]
[me.raynes/conch "0.8.0"]
Expand All @@ -36,7 +36,7 @@
:aot :all}
:security {
:plugins [
[lein-nvd "0.5.4"]]
[lein-nvd "0.5.5"]]
:source-paths ^:replace ["src"]
:nvd {
:suppression-file "resources/security/false-positives.xml"}
Expand Down Expand Up @@ -65,7 +65,7 @@
:source-paths ^:replace ["src"]
:test-paths ^:replace []
:plugins [
[jonase/eastwood "0.2.9"]
[jonase/eastwood "0.3.3"]
[lein-ancient "0.6.15"]
[lein-kibit "0.1.6"]]}
:test {
Expand All @@ -82,7 +82,7 @@
:dependencies [
[gov.nasa.earthdata/codox-theme "1.0.0-SNAPSHOT"]]
:plugins [
[lein-codox "0.10.4"]
[lein-codox "0.10.5"]
[lein-simpleton "1.3.0"]]
:codox {
:project {:name "CMR Process Management"}
Expand Down

0 comments on commit 9e4a7d9

Please sign in to comment.