From 70535bd71943b8b0c90ff8e420f6cbd60b0cea4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 12:07:03 +0000 Subject: [PATCH] chore(deps): Bump tools.jackson.core:jackson-databind Bumps [tools.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 3.1.4 to 3.2.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: tools.jackson.core:jackson-databind dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f07f2b0..19e41bf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ gradle-license-report-plugin = "com.github.jk1.dependency-license-report:com.git gradle-nexus-publish-plugin = "io.github.gradle-nexus.publish-plugin:io.github.gradle-nexus.publish-plugin.gradle.plugin:2.0.0" gradle-node-plugin = "com.github.node-gradle.node:com.github.node-gradle.node.gradle.plugin:7.1.0" gradle-plugin-plugin = "com.gradle.plugin-publish:com.gradle.plugin-publish.gradle.plugin:2.1.0" -jackson-databind = "tools.jackson.core:jackson-databind:3.1.4" +jackson-databind = "tools.jackson.core:jackson-databind:3.2.1" kotlinx-metadata-jvm = "org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.9.0" logback = "ch.qos.logback:logback-classic:1.5.32" spring-webmvc = "org.springframework:spring-webmvc:7.0.8"