Skip to content

Commit c12f2e5

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/crawlers/cli/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ dependencies {
3131
api project(':crawlers:dev-feed-crawlers-common')
3232
implementation project(':dev-feed-persistence')
3333
implementation project(':dev-feed-screenshot')
34-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.22.0'
34+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.22.1'
3535
implementation("info.picocli:picocli:4.7.7")
3636
}

0 commit comments

Comments
 (0)