From 693e901ad8c45465c79d4abb07f4b496b81ca5cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 05:49:43 +0000 Subject: [PATCH] fix(deps): update jackson to v2.19.2 --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index ff305ed..0fc4587 100644 --- a/build.gradle +++ b/build.gradle @@ -18,9 +18,9 @@ dependencies { implementation 'org.bouncycastle:bcprov-jdk18on:1.81' implementation 'com.github.FireMasterK:NewPipeExtractor:92809cedefd89ce68bc4de8763e9d5f2760f5899' implementation 'com.github.FireMasterK:nanojson:a507525e549a836c3a8b6ab7090dca38e92942ef' - implementation 'com.fasterxml.jackson.core:jackson-core:2.19.1' - implementation 'com.fasterxml.jackson.core:jackson-annotations:2.19.1' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.1' + implementation 'com.fasterxml.jackson.core:jackson-core:2.19.2' + implementation 'com.fasterxml.jackson.core:jackson-annotations:2.19.2' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2' implementation 'com.rometools:rome:2.1.0' implementation 'com.rometools:rome-modules:2.1.0' implementation 'org.jsoup:jsoup:1.21.1'