From 88be0e88316ee64865601275618a2add7fab94af Mon Sep 17 00:00:00 2001 From: Autonomous Logic Code Bot Date: Mon, 6 Apr 2026 05:20:43 +0000 Subject: [PATCH] fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.21.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1c0f13b..431a8c9 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ repositories { } dependencies { - implementation "com.fasterxml.jackson.core:jackson-databind:2.21.1" + implementation "com.fasterxml.jackson.core:jackson-databind:2.21.2" testImplementation "junit:junit:4.13.2" testImplementation "com.fasterxml.jackson.core:jackson-annotations:2.21"