From be378822e25d2ccc015930629ffd64558b6f8e56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 05:23:55 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.21.2 to 2.21.3 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.21.2 to 2.21.3. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 5998ea22..c607df06 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -41,8 +41,8 @@ dependencies { implementation("com.github.docker-java:docker-java-transport-httpclient5:3.7.1") implementation("org.bouncycastle:bcpkix-jdk18on:1.84") implementation("org.bouncycastle:bcprov-jdk18on:1.84") - implementation("com.fasterxml.jackson.core:jackson-core:2.21.2") - implementation("com.fasterxml.jackson.core:jackson-databind:2.21.2") + implementation("com.fasterxml.jackson.core:jackson-core:2.21.3") + implementation("com.fasterxml.jackson.core:jackson-databind:2.21.3") } tasks.test {