From b882a26c9a9a75d4a92719d23fd550fb6c0ba03a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 03:26:38 +0000 Subject: [PATCH] Update dependency com.fasterxml.jackson.core:jackson-databind to v2.15.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 631a228..81b124f 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ dependencies { implementation 'com.github.FireMasterK:nanojson:01934924442edda6952f3bedf80ba9e969cba8bc' implementation 'com.fasterxml.jackson.core:jackson-core:2.15.1' implementation 'com.fasterxml.jackson.core:jackson-annotations:2.15.1' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.0' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.1' implementation 'com.rometools:rome:2.1.0' implementation 'org.jsoup:jsoup:1.16.1' implementation 'io.activej:activej-common:5.4.3'