Skip to content

Commit 1008561

Browse files
committed
2.6.0
1 parent 7e46094 commit 1008561

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Changes from 2.5.0 to 2.6.0
2+
3+
* Update `dependency-check-core`.
4+
15
## Changes from 2.4.0 to 2.5.0
26

37
* Update `dependency-check-core`.

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ dependencies and passes them to a library called [Dependency-Check](https://gith
2626

2727
<details>
2828

29-
Please create a separate project consisting of `[nvd-clojure/nvd-clojure "2.5.0"]`. Said project can be located inside the targeted repo's Git repository.
29+
Please create a separate project consisting of `[nvd-clojure/nvd-clojure "2.6.0"]`. Said project can be located inside the targeted repo's Git repository.
3030

3131
```
3232
(defproject nvd-helper "local"
3333
:description "nvd-clojure helper project"
34-
:dependencies [[nvd-clojure "2.5.0"]])
34+
:dependencies [[nvd-clojure "2.6.0"]
35+
[org.clojure/clojure "1.11.1"]]
36+
:jvm-opts ["-Dclojure.main.report=stderr"])
3537
```
3638

3739
Please do not add nvd-clojure as a dependency or plugin in the project.clj of the project to be analysed.
@@ -54,7 +56,7 @@ If you are using a multi-modules solution (e.g. `lein-monolith`), you should ens
5456

5557
<details>
5658

57-
Please create a separate project consisting exclusively of `nvd-clojure/nvd-clojure {:mvn/version "2.5.0"}`. Said project can be located inside the targeted repo's Git repository.
59+
Please create a separate project consisting exclusively of `nvd-clojure/nvd-clojure {:mvn/version "2.6.0"}`. Said project can be located inside the targeted repo's Git repository.
5860

5961
Please do not add nvd-clojure as a dependency in the deps.edn of the project to be analysed.
6062

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject nvd-clojure "2.5.0"
1+
(defproject nvd-clojure "2.6.0"
22
:description "National Vulnerability Database dependency checker"
33
:url "https://github.com/rm-hull/nvd-clojure"
44
:license {:name "The MIT License (MIT)"

0 commit comments

Comments
 (0)