From 88b1ea674c1e95a2b1b10dfec9389724dc30083e Mon Sep 17 00:00:00 2001 From: Andrei Pokhilko Date: Tue, 30 Jun 2026 09:45:08 +0100 Subject: [PATCH] Align Jackson modules via jackson-bom 2.22.0 Importing the Jackson BOM keeps jackson-core, jackson-annotations and jackson-databind on a single version. Previously only jackson-databind was pinned, so bumping it alone (e.g. Dependabot #39) left core and annotations at the older transitive 2.16.1, making ObjectMapper fail static initialization and breaking the whole test suite. Supersedes #39. Co-Authored-By: Claude Opus 4.8 (1M context) --- pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cfea68d..012579b 100644 --- a/pom.xml +++ b/pom.xml @@ -70,6 +70,19 @@ + + + + + com.fasterxml.jackson + jackson-bom + 2.22.0 + pom + import + + + + org.apache.jmeter @@ -176,7 +189,7 @@ com.fasterxml.jackson.core jackson-databind - 2.15.3 + de.sciss