From 132b40cb09e655ed8c076007e5017a810fd006ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 02:43:17 +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] --- divviup/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/divviup/build.gradle.kts b/divviup/build.gradle.kts index 2be41b7..b884448 100644 --- a/divviup/build.gradle.kts +++ b/divviup/build.gradle.kts @@ -66,7 +66,7 @@ dependencies { testImplementation("com.squareup.okhttp3:mockwebserver3:5.3.2") testImplementation("com.squareup.okhttp3:mockwebserver3-junit4:5.3.2") testImplementation("org.testcontainers:testcontainers:2.0.5") - testImplementation("com.fasterxml.jackson.core:jackson-databind:2.21.2") + testImplementation("com.fasterxml.jackson.core:jackson-databind:2.21.3") testImplementation("ch.qos.logback:logback-core:1.5.32") testImplementation("ch.qos.logback:logback-classic:1.5.32") testImplementation("commons-io:commons-io:2.22.0")