diff --git a/backend/persistence/build.gradle b/backend/persistence/build.gradle index d8739198..3e81934c 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.16.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0' implementation 'org.litote.kmongo:kmongo:4.11.0' }