From 86fb3bc46669962104e3a4e658d94c49bed0ddbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 13:25:25 +0000 Subject: [PATCH] fix(deps): bump com.fasterxml.jackson.core:jackson-databind Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.3 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] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 18a446a..6bfe9a7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,9 +21,9 @@ repositories { dependencies { implementation("com.factset.sdk:utils:1.+") - implementation("com.fasterxml.jackson.core:jackson-core:2.15.3") + implementation("com.fasterxml.jackson.core:jackson-core:2.20.0") implementation("com.fasterxml.jackson.core:jackson-annotations:2.17.0") - implementation("com.fasterxml.jackson.core:jackson-databind:2.15.3") + implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0") implementation("com.squareup.okhttp3:okhttp:4.12.0")