From 526acfe3b4b3556c331ac0ae7a22815db7200d5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 16:07:59 +0000 Subject: [PATCH] fix(deps): update dependency tools.jackson.core:jackson-databind to v3.0.3 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index c797c283..6c7dbf1f 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -53,7 +53,7 @@ dependencies { testImplementation 'jakarta.persistence:jakarta.persistence-api' testImplementation 'dev.harrel:json-schema:1.9.0' testImplementation 'dev.harrel.json.providers:jackson3:1.9.0' - testImplementation 'tools.jackson.core:jackson-databind:3.0.2' + testImplementation 'tools.jackson.core:jackson-databind:3.0.3' testRuntimeOnly 'org.junit.platform:junit-platform-launcher'