|
7 | 7 |
|
8 | 8 | ;; dependency-check-core transitively brings in two versions of |
9 | 9 | ;; these dependencies, so we explicitly depend on the latest |
10 | | - [com.google.errorprone/error_prone_annotations "2.46.0"] |
11 | | - [commons-logging/commons-logging "1.3.5"] |
| 10 | + [com.google.errorprone/error_prone_annotations "2.49.0"] |
| 11 | + [commons-logging/commons-logging "1.3.6"] |
12 | 12 |
|
13 | 13 | [org.clojure/clojure "1.12.3"] |
14 | 14 | [org.clojure/data.json "2.5.2"] |
15 | | - [org.slf4j/slf4j-simple "2.0.17"] |
16 | | - [org.owasp/dependency-check-core "12.2.0" :exclusions [commons-logging]] |
| 15 | + [org.slf4j/slf4j-simple "2.0.18"] |
| 16 | + [org.owasp/dependency-check-core "12.2.2" :exclusions [commons-logging]] |
17 | 17 |
|
18 | 18 | [rm-hull/table "0.7.1"] |
19 | 19 |
|
20 | 20 | [trptcolin/versioneer "0.2.0"]] |
21 | | - :managed-dependencies [[com.google.code.gson/gson "2.13.2"]] |
| 21 | + :managed-dependencies [[com.google.code.gson/gson "2.14.0"]] |
22 | 22 | :scm {:url "git@github.com:rm-hull/nvd-clojure.git"} |
23 | 23 | :source-paths ["src"] |
24 | 24 | :jar-exclusions [#"(?:^|/).git"] |
|
36 | 36 | [lein-codox "0.10.7"]] |
37 | 37 | :eastwood {:add-linters [:boxed-math |
38 | 38 | :performance]} |
39 | | - :dependencies [[clj-kondo "2026.01.19"] |
| 39 | + :dependencies [[clj-kondo "2026.04.15"] |
40 | 40 | [commons-collections "20040616"]]} |
41 | 41 | :ci {:pedantic? :abort} |
42 | | - :clj-kondo {:dependencies [[clj-kondo "2026.01.19"]]} |
| 42 | + :clj-kondo {:dependencies [[clj-kondo "2026.04.15"]]} |
43 | 43 | :skip-self-check {:jvm-opts ["-Dnvd-clojure.internal.skip-self-check=true"]}} |
44 | 44 | :deploy-repositories [["clojars" {:url "https://clojars.org/repo" |
45 | 45 | :username :env/clojars_username |
|
0 commit comments