Skip to content

Commit 9475579

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.21.2 to 2.21.3. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e9a0951 commit 9475579

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/persistence/build.gradle

Lines changed: 1 addition & 1 deletion
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.21.2'
32+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.3'
3333
implementation 'org.litote.kmongo:kmongo:5.5.1'
3434
}

0 commit comments

Comments
 (0)