Skip to content

Commit

Permalink
Merge pull request #99 from yetanalytics/cheshire-5.12
Browse files Browse the repository at this point in the history
Update Dependencies
  • Loading branch information
kelvinqian00 authored Jan 23, 2024
2 parents b05bed2 + e459272 commit 6d12898
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
nvd_scan:
uses: yetanalytics/actions/.github/workflows/nvd-scan.yml@v0.0.4
with:
nvd-clojure-version: '2.9.0'
nvd-clojure-version: '3.6.0'
classpath-command: 'clojure -Spath -A:cli'
nvd-config-filename: '.nvd/config.json'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nvd_sched.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
nvd_scan:
uses: yetanalytics/actions/.github/workflows/nvd-scan.yml@v0.0.4
with:
nvd-clojure-version: '2.9.0'
nvd-clojure-version: '3.6.0'
classpath-command: 'clojure -Spath -A:cli'
nvd-config-filename: '.nvd/config.json'

Expand Down
8 changes: 4 additions & 4 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
{:mvn/version "0.8.1"
:exclusions [org.clojure/clojurescript]}
org.clojure/data.json {:mvn/version "2.4.0"}
com.cognitect/transit-clj {:mvn/version "1.0.324"
com.cognitect/transit-clj {:mvn/version "1.0.333"
;; clears CVE-2022-41719
:exclusions [org.msgpack/msgpack]}
cheshire/cheshire {:mvn/version "5.11.0"}}
cheshire/cheshire {:mvn/version "5.12.0"}}
:aliases
{:cli {:extra-paths ["src/cli"]
:extra-deps {org.clojure/tools.cli {:mvn/version "1.0.206"}
ch.qos.logback/logback-classic
{:mvn/version "1.2.9"
{:mvn/version "1.3.14"
:exclusions [org.slf4j/slf4j-api]}
org.slf4j/slf4j-api {:mvn/version "1.7.26"}
org.slf4j/jul-to-slf4j {:mvn/version "1.7.26"}
Expand All @@ -41,7 +41,7 @@
com.yetanalytics/lrs {:mvn/version "1.2.11"}
io.pedestal/pedestal.jetty {:mvn/version "0.5.9"}
;; Some integration tests use logback
ch.qos.logback/logback-classic {:mvn/version "1.2.9"
ch.qos.logback/logback-classic {:mvn/version "1.3.14"
:exclusions [org.slf4j/slf4j-api]}
org.slf4j/slf4j-api {:mvn/version "1.7.26"}
org.slf4j/jul-to-slf4j {:mvn/version "1.7.26"}
Expand Down

0 comments on commit 6d12898

Please sign in to comment.