From 77e8a848d1dd247e91e1048481101edd171fde55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 05:36:24 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind Bumps the gradle group with 1 update in the / directory: [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson). Updates `com.fasterxml.jackson.core:jackson-databind` from 2.22.0 to 2.22.1 - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 19fea36c..aab835e6 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -74,8 +74,8 @@ dependencies { implementation("org.bouncycastle:bcpkix-jdk18on:1.84") implementation("org.bouncycastle:bcprov-jdk18on:1.84") implementation("org.ow2.asm:asm:9.10.1") - implementation("com.fasterxml.jackson.core:jackson-core:2.22.0") - implementation("com.fasterxml.jackson.core:jackson-databind:2.22.0") + implementation("com.fasterxml.jackson.core:jackson-core:2.22.1") + implementation("com.fasterxml.jackson.core:jackson-databind:2.22.1") implementation("tools.jackson.core:jackson-core:3.1.1") implementation("tools.jackson.core:jackson-databind:3.1.1") }