From 713a478451408e991c88642916b15ea7063981be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 20:54:52 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.21.2 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.0 to 2.21.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.2 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 62369d2..564b88d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ repositories { } dependencies { - api("com.fasterxml.jackson.core:jackson-databind:2.17.0") + api("com.fasterxml.jackson.core:jackson-databind:2.21.2") testImplementation("org.junit.jupiter:junit-jupiter:5.11.0") testImplementation("org.wiremock:wiremock:3.9.0")