diff --git a/backend/crawlers/cli/build.gradle b/backend/crawlers/cli/build.gradle index 34736a3e..8c3301b8 100644 --- a/backend/crawlers/cli/build.gradle +++ b/backend/crawlers/cli/build.gradle @@ -31,6 +31,6 @@ dependencies { api project(':crawlers:dev-feed-crawlers-common') implementation project(':dev-feed-persistence') implementation project(':dev-feed-screenshot') - implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.3' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.0' implementation("info.picocli:picocli:4.7.5") }