From d352f094f15a74b14093c53186ebdbed3fb712fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:50:02 +0000 Subject: [PATCH] Bump org.jsoup:jsoup from 1.10.2 to 1.18.3 Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.10.2 to 1.18.3. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md) - [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.10.2...jsoup-1.18.3) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f5b34b6d..bdaab8e8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -133,7 +133,7 @@ android { //These dependencies have been used in this lib so you need to include them according to gradle 3.0 and higher implementation 'com.google.code.gson:gson:2.8.2' - implementation 'org.jsoup:jsoup:1.10.2' + implementation 'org.jsoup:jsoup:1.18.3' //Gif Support implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24'