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