From 36ebb27c471955f0017ace46749787e4cb66492b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 04:57:08 +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.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-minor ... Signed-off-by: dependabot[bot] --- log-processor/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log-processor/build.gradle.kts b/log-processor/build.gradle.kts index 4399dc0..c29f6a7 100644 --- a/log-processor/build.gradle.kts +++ b/log-processor/build.gradle.kts @@ -22,7 +22,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-web") implementation("org.springframework.boot:spring-boot-starter-data-jpa") implementation("jakarta.validation:jakarta.validation-api:3.0.2") - implementation("com.fasterxml.jackson.core:jackson-databind:2.17.2") + implementation("com.fasterxml.jackson.core:jackson-databind:2.18.2") implementation("org.springframework.kafka:spring-kafka:3.2.3") implementation("org.apache.commons:commons-compress:1.27.1") implementation("org.hibernate.validator:hibernate-validator:8.0.0.Final")