fix(deps): update jackson

This commit is contained in:
renovate[bot] 2025-08-29 08:06:23 +00:00 committed by GitHub
parent 96287745bd
commit 2b3a2785dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,9 +18,9 @@ dependencies {
implementation 'org.bouncycastle:bcprov-jdk18on:1.81' implementation 'org.bouncycastle:bcprov-jdk18on:1.81'
implementation 'com.github.FireMasterK:NewPipeExtractor:92809cedefd89ce68bc4de8763e9d5f2760f5899' implementation 'com.github.FireMasterK:NewPipeExtractor:92809cedefd89ce68bc4de8763e9d5f2760f5899'
implementation 'com.github.FireMasterK:nanojson:a507525e549a836c3a8b6ab7090dca38e92942ef' implementation 'com.github.FireMasterK:nanojson:a507525e549a836c3a8b6ab7090dca38e92942ef'
implementation 'com.fasterxml.jackson.core:jackson-core:2.19.2' implementation 'com.fasterxml.jackson.core:jackson-core:2.20.0'
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.19.2' implementation 'com.fasterxml.jackson.core:jackson-annotations:2.20'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2' implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0'
implementation 'com.rometools:rome:2.1.0' implementation 'com.rometools:rome:2.1.0'
implementation 'com.rometools:rome-modules:2.1.0' implementation 'com.rometools:rome-modules:2.1.0'
implementation 'org.jsoup:jsoup:1.21.2' implementation 'org.jsoup:jsoup:1.21.2'