From 53e96e3d5d23f8abd0cd6579c10d7ec2bf38c1d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:17:27 +0000 Subject: [PATCH] build(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.2. - [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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dc5c263..8b7241e 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ repositories { dependencies { implementation("ch.qos.logback:logback-classic:1.5.12") - implementation("com.fasterxml.jackson.core:jackson-databind:2.18.0") + implementation("com.fasterxml.jackson.core:jackson-databind:2.18.2") implementation("org.apache.commons:commons-csv:1.12.0"); // ***** SOCKET MODE DEPENDENCIES ***** --> implementation("com.slack.api:bolt:1.44.1")