From b12cdea046b28c9426a1ede5011c1ab23cbc3b80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:15:18 +0000 Subject: [PATCH] chore(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.18.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-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 26c3f07b..fb5551d5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -167,7 +167,7 @@ project(":core") { // open ai deps implementation("io.reactivex.rxjava3:rxjava:3.1.9") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0") - implementation("com.fasterxml.jackson.core:jackson-databind:2.18.0") + implementation("com.fasterxml.jackson.core:jackson-databind:2.18.1") } } @@ -302,7 +302,7 @@ project(":toolsets:httpclient") { // open ai deps implementation("io.reactivex.rxjava3:rxjava:3.1.9") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0") - implementation("com.fasterxml.jackson.core:jackson-databind:2.18.0") + implementation("com.fasterxml.jackson.core:jackson-databind:2.18.1") } } @@ -575,7 +575,7 @@ project(":") { // open ai deps implementation("io.reactivex.rxjava3:rxjava:3.1.9") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0") - implementation("com.fasterxml.jackson.core:jackson-databind:2.18.0") + implementation("com.fasterxml.jackson.core:jackson-databind:2.18.1") } // kotlin {