From 77af52e9e56eaf48c8f18ebd59847801031a2a7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:58:53 +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 8ff0ab271..ead699f53 100644 --- a/build.gradle +++ b/build.gradle @@ -287,7 +287,7 @@ dependencies { runtimeOnly 'org.flywaydb:flyway-database-postgresql:10.18.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.6.1.Final'