From cf981ce7011edbef0745cce564de5601d58411fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 13:35:15 +0000 Subject: [PATCH] chore: bump com.fasterxml.jackson.module:jackson-module-kotlin Bumps [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.18.2 to 2.21.3. - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.18.2...jackson-module-kotlin-2.21.3) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-version: 2.21.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 9ba3f85..496109c 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -8,7 +8,7 @@ repositories { } dependencies { - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.21.3") implementation("org.jetbrains.intellij.plugins:structure-toolbox:3.326") implementation("org.jetbrains.intellij:plugin-repository-rest-client:2.0.51") }