Skip to content

Commit

Permalink
Merge pull request #28 from aqualen/master
Browse files Browse the repository at this point in the history
Issue #27: bump DC to 5.2.1
  • Loading branch information
dgknght authored Sep 18, 2019
2 parents bc033c3 + 58906c0 commit ce46c91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ A Leiningen plugin for detecting vulnerable project dependencies. Basic clojure
To run dependency-check without having to add it to every Leiningen project as a project-level plugin,
add dependency-check to the `:plugins` vector of your `:user` profile. E.g., a `~/.lein/profiles.clj` with dependency-check as a plugin -
```
{:user {:plugins [[com.livingsocial/lein-dependency-check "1.1.2"]]}}
{:user {:plugins [[com.livingsocial/lein-dependency-check "1.1.3"]]}}
```

If you are on Leiningen 1.x do `lein plugin install lein-dependency-check 1.1.2`.
If you are on Leiningen 1.x do `lein plugin install lein-dependency-check 1.1.3`.

### As a Project-Level Plugin:

Add `[com.livingsocial/lein-dependency-check "1.1.2"]` to the `:plugins` vector of your project.clj.
Add `[com.livingsocial/lein-dependency-check "1.1.3"]` to the `:plugins` vector of your project.clj.

Project-level configuration may be provided under a `:dependency-check` key in your project.clj. Currently supported options are:
* `log` log each vulnerability found to stdout
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(def dependency-check-version "3.3.2")
(def dependency-check-version "5.2.1")

(defproject com.livingsocial/lein-dependency-check "1.1.2"
(defproject com.livingsocial/lein-dependency-check "1.1.3"
:description "Clojure command line tool for detecting vulnerable project dependencies"
:url "https://github.com/livingsocial/lein-dependency-check"
:license {:name "The MIT License (MIT)"
Expand Down

0 comments on commit ce46c91

Please sign in to comment.