From 73bc22f8fb5cefe0371aa48dc3f760ecab393c11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Tejero=20Cantero?= Date: Wed, 5 Aug 2026 19:21:38 +0200 Subject: [PATCH] :arrow_up: Take Ladybug 0.19.1 `com.ladybugdb/lbug` moves from 0.18.0 to 0.19.1, the current release on Maven Central. The engine fixes a SIGSEGV on an unwrapped parameter and moves parameter coercion out of JNI, so shipping 0.18.0 would land a native library into `develop` with a known crash already fixed upstream. Nothing else changes. This branch has no `app.graph.arrow`, so the top-level Arrow field-name backticking that 0.19.x retires does not exist here and there is no workaround to remove alongside the bump. AI-assisted-by: mixed models --- backend/deps.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/deps.edn b/backend/deps.edn index b869242317..c81cab885a 100644 --- a/backend/deps.edn +++ b/backend/deps.edn @@ -66,7 +66,7 @@ software.amazon.awssdk/s3 {:mvn/version "2.50.1"} software.amazon.awssdk/sts {:mvn/version "2.50.1"} - com.ladybugdb/lbug {:mvn/version "0.18.0"}} + com.ladybugdb/lbug {:mvn/version "0.19.1"}} :paths ["src" "resources" "target/classes"] :aliases