From 0b37c73465fe02315a2fa6e7d6285a40919a19d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:32:54 +0000 Subject: [PATCH] fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a2de5613b..364b7f6f2 100644 --- a/build.gradle +++ b/build.gradle @@ -284,7 +284,7 @@ dependencies { runtimeOnly 'org.flywaydb:flyway-database-postgresql:10.16.0' implementation 'org.postgresql:postgresql' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.2' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2' compileOnly 'org.projectlombok:lombok:1.18.34' annotationProcessor 'org.projectlombok:lombok:1.18.34' annotationProcessor 'org.hibernate:hibernate-jpamodelgen:6.5.2.Final'