From 327e1ea4b13d51bacfa36e272f96e6131869f6d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 09:05:09 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.20.0 to 2.20.1 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.20.0 to 2.20.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.1 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 e348e20..9fc2721 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ dependencies { testImplementation(platform("org.junit:junit-bom:5.10.0")) testImplementation("org.junit.jupiter:junit-jupiter") testRuntimeOnly("org.junit.platform:junit-platform-launcher") - testImplementation("com.fasterxml.jackson.core:jackson-databind:2.20.0") + testImplementation("com.fasterxml.jackson.core:jackson-databind:2.20.1") testImplementation("io.rest-assured:rest-assured:5.5.6") testImplementation("org.assertj:assertj-core:3.27.6") testImplementation("org.awaitility:awaitility:4.3.0")