clj-holmes / clj-watson

clojure deps SCA
Eclipse Public License 2.0
84 stars 9 forks source link

Update DependencyCheck to latest version #48

Closed seancorfield closed 10 months ago

seancorfield commented 10 months ago

clojure -M:outdated =>

Checking for old versions in: deps.edn
  org.clojure/tools.deps {:mvn/version "0.18.1374"} -> {:mvn/version "0.18.1398"}
  org.owasp/dependency-check-core {:mvn/version "9.0.6"} -> {:mvn/version "9.0.8"}
  org.slf4j/slf4j-nop {:mvn/version "2.0.9"} -> {:mvn/version "2.0.11"}
seancorfield commented 10 months ago

That's using Depot. Here's the full list using antq instead:

| :file                               | :name                                         | :current            | :latest             |
|-------------------------------------+-----------------------------------------------+---------------------+---------------------|
| .github/workflows/pull-request.yaml | actions/cache                                 | v3.0.2              | v3.3.3              |
|                                     | actions/cache                                 | v2.1.7              | v3.3.3              |
|                                     | actions/checkout                              | v3                  | v4.1.1              |
|                                     | actions/checkout                              | v2                  | v4.1.1              |
|                                     | actions/checkout                              | v2                  | v4.1.1              |
|                                     | actions/setup-java                            | v3                  | v4                  |
|                                     | actions/setup-java                            | v2.5.0              | v4                  |
|                                     | clojure/brew-install                          | 1.11.1.1113         | 1.11.1.1435         |
|                                     | clojure/brew-install                          | 1.10.3.1053         | 1.11.1.1435         |
| deps.edn                            | com.github.clojure-lsp/clojure-lsp-standalone | 2022.02.01-20.02.32 | 2023.12.29-12.09.27 |
|                                     | lambdaisland/kaocha                           | 1.67.1055           | 1.87.1366           |
|                                     | nrepl/nrepl                                   | 0.9.0               | 1.1.0               |
|                                     | nubank/state-flow                             | 5.14.1              | 5.14.5              |
|                                     | org.clojure/tools.deps                        | 0.18.1374           | 0.18.1398           |
|                                     | org.owasp/dependency-check-core               | 9.0.6               | 9.0.8               |
|                                     | org.slf4j/slf4j-nop                           | 2.0.9               | 2.0.11              |