From 31705fe290e5ea19ac39f40edc689cdd5769e783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 20:38:42 +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.19.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.19.2 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..8a49e26 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.19.2") 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.19.2") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0") implementation("com.squareup.okhttp3:okhttp:4.12.0")