We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5fc724 commit 6bc99edCopy full SHA for 6bc99ed
backend/persistence/build.gradle
@@ -29,6 +29,6 @@ description = 'DevFeed Persistence APIs'
29
30
dependencies {
31
api project(':dev-feed-common')
32
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
33
implementation 'org.litote.kmongo:kmongo:4.11.0'
34
}
0 commit comments