From 26e37cdb759526399655ad1a2f441eae78fd8c89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 08:53:28 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind in /ecs-logging-base Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.1 to 2.17.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] --- ecs-logging-base/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecs-logging-base/build.gradle b/ecs-logging-base/build.gradle index c620b11..833df57 100644 --- a/ecs-logging-base/build.gradle +++ b/ecs-logging-base/build.gradle @@ -8,6 +8,6 @@ dependencies { } // Jackson - compileOnly("com.fasterxml.jackson.core:jackson-databind:2.17.1") + compileOnly("com.fasterxml.jackson.core:jackson-databind:2.17.2") compileOnly("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2") } \ No newline at end of file