From 31ff1c7aef47d5266c80429dc6a42d64c8a2b23a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 09:11:25 +0000 Subject: [PATCH] build(deps): bump com.fasterxml.jackson.core:jackson-databind Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.0 to 2.20.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index a3097398..c1fa2b54 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -16,6 +16,6 @@ dependencies { implementation("com.lordcodes.turtle:turtle:0.6.0") implementation("fr.inria.gforge.spoon:spoon-core:10.3.0") - implementation("com.fasterxml.jackson.core:jackson-core:2.18.0") - implementation("com.fasterxml.jackson.core:jackson-databind:2.18.0") + implementation("com.fasterxml.jackson.core:jackson-core:2.20.0") + implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0") }