From 0f026b9649a715e15887dde874e94aba32398fc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 02:06:37 +0000 Subject: [PATCH] fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.21.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 292f52a2..04d24d54 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -42,7 +42,7 @@ ktor = "3.4.0" # Serialization gson = "2.13.2" -jacksonDatabind = "2.21.0" +jacksonDatabind = "2.21.1" # Image Loading glide = "5.0.5"