From b7b853197a7dd46a88bfb058b7a1d38727106703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Petrovick=C3=BD?= Date: Wed, 17 Jun 2026 14:13:15 +0200 Subject: [PATCH] fix: bring Jackson and Annotations in sync This requires overriding the version of Jackson Annotations that we get from Quarkus. All tests suggest that this is a compatible release. # Conflicts: # build/build-parent/pom.xml --- build/build-parent/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build/build-parent/pom.xml b/build/build-parent/pom.xml index 1f74ea4069..df27eeccf4 100644 --- a/build/build-parent/pom.xml +++ b/build/build-parent/pom.xml @@ -49,7 +49,9 @@ 4.1.0 3.13.2 9.10.1 + 3.2.0 + 2.22 @@ -169,6 +171,12 @@ jspecify ${version.org.jspecify} + + + com.fasterxml.jackson.core + jackson-annotations + ${version.com.fasterxml.jackson.core} +