Skip to content

Commit ae9a11e

Browse files
authored
April Security Updates (#115)
* update airlift for CVE-2025-67721 * latest jackson for GHSA-72hv-8253-57qq * update logback for CVE-2026-1225
1 parent 0e30509 commit ae9a11e

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

deps.edn

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
:deps {org.clojure/clojure {:mvn/version "1.11.2"}
33
org.clojure/core.async {:mvn/version "1.3.618"}
44
clj-http/clj-http {:mvn/version "3.12.3"}
5-
com.taoensso/carmine {:mvn/version "3.4.1"}
5+
com.taoensso/carmine {:mvn/version "3.4.1"
6+
:exclusions [io.airlift/aircompressor]}
7+
io.airlift/aircompressor {:mvn/version "2.0.3"}
68
commons-fileupload/commons-fileupload {:mvn/version "1.6.0"}
79
commons-io/commons-io {:mvn/version "2.14.0"}
810
com.yetanalytics/xapi-schema
@@ -18,12 +20,12 @@
1820
com.cognitect/transit-clj {:mvn/version "1.0.333"
1921
;; clears CVE-2022-41719
2022
:exclusions [org.msgpack/msgpack]}
21-
cheshire/cheshire {:mvn/version "5.12.0"}}
23+
cheshire/cheshire {:mvn/version "6.2.0"}}
2224
:aliases
2325
{:cli {:extra-paths ["src/cli"]
2426
:extra-deps {org.clojure/tools.cli {:mvn/version "1.0.206"}
2527
ch.qos.logback/logback-classic
26-
{:mvn/version "1.5.19"
28+
{:mvn/version "1.5.25"
2729
:exclusions [org.slf4j/slf4j-api]}
2830
org.slf4j/slf4j-api {:mvn/version "2.0.12"}
2931
org.slf4j/jul-to-slf4j {:mvn/version "2.0.12"}
@@ -42,7 +44,7 @@
4244
com.yetanalytics/lrs {:mvn/version "1.4.1"}
4345
io.pedestal/pedestal.jetty {:mvn/version "0.5.9"}
4446
;; Some integration tests use logback
45-
ch.qos.logback/logback-classic {:mvn/version "1.5.19"
47+
ch.qos.logback/logback-classic {:mvn/version "1.5.25"
4648
:exclusions [org.slf4j/slf4j-api]}
4749
org.slf4j/slf4j-api {:mvn/version "2.0.12"}
4850
org.slf4j/jul-to-slf4j {:mvn/version "2.0.12"}

0 commit comments

Comments
 (0)