From 96494bac83e269630dc00c109283ca1ef2f2f493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 05:39:26 +0000 Subject: [PATCH] Build(deps): Bump org.jsoup:jsoup from 1.16.1 to 1.16.2 Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.16.1 to 1.16.2. - [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.1...jsoup-1.16.2) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-patch ... 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 93330cb59..cc93e00ba 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.1' + implementation 'org.jsoup:jsoup:1.16.2' implementation ('net.rdrei.android.dirchooser:library:3.2@aar') { exclude group: 'com.google.auto.value', module: 'auto-value' transitive = true