From 8d8e0274226e10e94d78bd53db3daa5e03b00385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 07:16:03 +0000 Subject: [PATCH 1/2] Bump com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.22.0 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.2 to 2.22.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 616a364..f919add 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ com.fasterxml.jackson.core jackson-databind - 2.17.2 + 2.22.0 com.fasterxml.jackson.datatype From de48aef949a2bf792643ae4ebdd88b12166d09fb Mon Sep 17 00:00:00 2001 From: Marcin Klocek Date: Tue, 30 Jun 2026 09:56:08 +0200 Subject: [PATCH 2/2] Align Jackson modules with jackson-databind 2.22.0 Dependabot bumped jackson-databind to 2.22.0 while the other Jackson artifacts stayed pinned at older versions. databind 2.22.0 references the JsonSerializeAs annotation, absent from jackson-annotations 2.17.2, causing NoClassDefFoundError at test runtime. Bump the remaining modules to the versions databind 2.22.0 expects (annotations uses the two-segment 2.22 scheme): - jackson-annotations 2.17.2 -> 2.22 - jackson-core 2.18.6 -> 2.22.0 - jackson-datatype-jsr310 2.17.2 -> 2.22.0 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f919add..e69615e 100644 --- a/pom.xml +++ b/pom.xml @@ -46,12 +46,12 @@ com.fasterxml.jackson.core jackson-annotations - 2.17.2 + 2.22 com.fasterxml.jackson.core jackson-core - 2.18.6 + 2.22.0 com.fasterxml.jackson.core @@ -61,7 +61,7 @@ com.fasterxml.jackson.datatype jackson-datatype-jsr310 - 2.17.2 + 2.22.0 jakarta.validation