From 4eee56221a6171d1998f42ba0afd5ddbf3a05b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 10:00:37 +0000 Subject: [PATCH] chore(deps): bump com.fasterxml.jackson.core:jackson-core Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.20.1 to 2.21.0. - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.20.1...jackson-core-2.21.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index c4adb33c..6b1df0df 100644 --- a/build.gradle +++ b/build.gradle @@ -83,8 +83,8 @@ configurations { // Force Jackson 2.20.x to be compatible with MCP SDK v0.17.0 all { resolutionStrategy { - force 'com.fasterxml.jackson.core:jackson-core:2.20.1' - force 'com.fasterxml.jackson.core:jackson-databind:2.20.1' + force 'com.fasterxml.jackson.core:jackson-core:2.21.0' + force 'com.fasterxml.jackson.core:jackson-databind:2.21.0' force 'com.fasterxml.jackson.core:jackson-annotations:2.20' // 2.20 dropped patch versions force 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.1' } @@ -117,8 +117,8 @@ dependencies { implementation "org.eclipse.jetty:jetty-servlet:11.0.26" // Force Jackson 2.20.x to be compatible with MCP SDK v0.17.0 - implementation "com.fasterxml.jackson.core:jackson-core:2.20.1" - implementation "com.fasterxml.jackson.core:jackson-databind:2.20.1" + implementation "com.fasterxml.jackson.core:jackson-core:2.21.0" + implementation "com.fasterxml.jackson.core:jackson-databind:2.21.0" implementation "com.fasterxml.jackson.core:jackson-annotations:2.20" // 2.20 dropped patch versions // Testing dependencies