From 317d66e2a27bc854a1f57ada96bb055471dd3ad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 09:06:37 +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.3 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 update-type: version-update:semver-minor ... 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 b1f66122..e8c0c1f5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -71,7 +71,7 @@ dependencies { // 24.x aligns with OkHttp 4.12 (Java CacheControl); 25+ pulls OkHttp 5.x which needs stdlib 2.2+. implementation("io.kubernetes:client-java:24.0.0") - implementation("com.fasterxml.jackson.core:jackson-databind:2.21.3") + implementation("com.fasterxml.jackson.core:jackson-databind:2.22.1") implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.3") // RedHat Auth dependencies