From 431008c634f523b6bc744f94bd39ed2e088578f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 05:30:16 +0000 Subject: [PATCH] Build(deps): Bump org.jsoup:jsoup from 1.16.2 to 1.17.1 Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.16.2 to 1.17.1. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES) - [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.16.2...jsoup-1.17.1) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- News-Android-App/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle index 3c0b9bbd3..c5c2fafea 100644 --- a/News-Android-App/build.gradle +++ b/News-Android-App/build.gradle @@ -165,7 +165,7 @@ dependencies { // implementation 'org.apache.commons:commons-lang3:3.4' // Required for DAO generation implementation 'com.github.gabrielemariotti.changeloglib:changelog:2.1.0' - implementation 'org.jsoup:jsoup:1.16.2' + implementation 'org.jsoup:jsoup:1.17.1' implementation ('net.rdrei.android.dirchooser:library:3.2@aar') { exclude group: 'com.google.auto.value', module: 'auto-value' transitive = true