From 57947444bf296f79c9f590fde128ddb75177a550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 18:34:16 +0000 Subject: [PATCH] chore(deps): bump tools.jackson.core:jackson-databind Bumps [tools.jackson.core:jackson-databind](https://github.com/FasterXML/jackson-databind) from 3.0.4 to 3.2.2. - [Commits](https://github.com/FasterXML/jackson-databind/compare/jackson-databind-3.0.4...jackson-databind-3.2.2) --- updated-dependencies: - dependency-name: tools.jackson.core:jackson-databind dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- common/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle.kts b/common/build.gradle.kts index bc76b55..3475363 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -3,7 +3,7 @@ plugins { id("gg.grounds.kotlin-conventions") } dependencies { // service-player is reached over HTTP now: the JDK's own client, and Jackson for the bodies — // the same pair ForgeLinkClient already uses, so nothing new lands in the shaded jar. - implementation("tools.jackson.core:jackson-databind:3.0.4") + implementation("tools.jackson.core:jackson-databind:3.2.2") testImplementation("org.junit.jupiter:junit-jupiter-api:6.1.3") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.3")