Skip to content

Commit 6bc99ed

Browse files
dependabot[bot]rm3l
authored andcommitted
chore(deps): bump com.fasterxml.jackson.core:jackson-databind
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.16.1 to 2.17.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a5fc724 commit 6bc99ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/persistence/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ description = 'DevFeed Persistence APIs'
2929

3030
dependencies {
3131
api project(':dev-feed-common')
32-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
32+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
3333
implementation 'org.litote.kmongo:kmongo:4.11.0'
3434
}

0 commit comments

Comments
 (0)