From e511419f0896cb3df78b6eeb979d64efa1e76ea9 Mon Sep 17 00:00:00 2001 From: nmburgan <13688219+nmburgan@users.noreply.github.com> Date: Sat, 3 Jan 2026 16:36:51 -0800 Subject: [PATCH] Revert back to 9.4.12.1 Something in 9.4.13.0 and 9.4.14.0 causes a memory leak and heap exhaustion during openvox-server clojure tests. We'll need to figure out what's going on here, but 12.1 is the one that contains a CVE fix, so we're reverting to this for now. --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index ed663530..4657b1d8 100644 --- a/project.clj +++ b/project.clj @@ -5,7 +5,7 @@ :url "http://www.apache.org/licenses/LICENSE-2.0"} :min-lein-version "2.9.1" - :parent-project {:coords [org.openvoxproject/clj-parent "7.6.3"] + :parent-project {:coords [org.openvoxproject/clj-parent "7.6.4"] :inherit [:managed-dependencies]} :pedantic? :abort @@ -23,7 +23,7 @@ [slingshot] [ring/ring-core] - [org.openvoxproject/jruby-deps "9.4.14.0-2"] + [org.openvoxproject/jruby-deps "9.4.12.1-1"] [org.openvoxproject/i18n] [org.openvoxproject/kitchensink]