From f8cc088976f25711ad4810bf200f29bd3460c44e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:54:43 +0000 Subject: [PATCH] Update dependency org.jsoup:jsoup to v1.18.1 --- src/grayjay-android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/grayjay-android/app/build.gradle b/src/grayjay-android/app/build.gradle index 41ddb1b..7392e40 100644 --- a/src/grayjay-android/app/build.gradle +++ b/src/grayjay-android/app/build.gradle @@ -176,7 +176,7 @@ dependencies { //Other implementation 'org.jmdns:jmdns:3.5.8' - implementation 'org.jsoup:jsoup:1.15.3' + implementation 'org.jsoup:jsoup:1.18.1' implementation 'com.google.android.flexbox:flexbox:3.0.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'com.arthenica:ffmpeg-kit-full:5.1'