From 550cfa6a77f0f78ddd9974fb72ddb9c09915d44a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 16:40:11 +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.17.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9479ddb..3713a0c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ dependencies { implementation("com.factset.sdk:utils:1.+") implementation("com.fasterxml.jackson.core:jackson-core:2.15.3") 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.17.1") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0") implementation("com.squareup.okhttp3:okhttp:4.12.0")