diff --git a/backend/persistence/build.gradle b/backend/persistence/build.gradle index cefb16d4..4c5406f5 100644 --- a/backend/persistence/build.gradle +++ b/backend/persistence/build.gradle @@ -29,6 +29,6 @@ description = 'DevFeed Persistence APIs' dependencies { api project(':dev-feed-common') - implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.3' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.4' implementation 'org.litote.kmongo:kmongo:5.5.1' }