From 79042fea877890ebc79ff9afec7ae183ed68768d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 20:05:08 +0000 Subject: [PATCH] build(deps): Bump com.fasterxml.jackson.core:jackson-databind 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 89f4954b..1de63eab 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -69,7 +69,7 @@ dependencies { } implementation("io.kubernetes:client-java:26.0.0") - implementation("com.fasterxml.jackson.core:jackson-databind:2.21.2") + implementation("com.fasterxml.jackson.core:jackson-databind:2.21.3") implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.2") }