From 0afb939e0b6e7a71f3217116143fb4ef41d2543b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:58:27 +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.17.2 to 2.18.0. - [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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 93760a4..5f135a5 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ repositories { } def jsonProviders = [ - jackson : 'com.fasterxml.jackson.core:jackson-databind:2.17.2', + jackson : 'com.fasterxml.jackson.core:jackson-databind:2.18.0', gson : 'com.google.code.gson:gson:2.11.0', orgJson : 'org.json:json:20240303', kotlinxJson: 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3',