From f5599ff08d1d1d8de58d0e258023688d2a7ed260 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 10:05:26 +0000 Subject: [PATCH] Bump org.jsoup:jsoup from 1.15.3 to 1.15.4 Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.15.3 to 1.15.4. - [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.15.3...jsoup-1.15.4) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- extractor/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extractor/build.gradle b/extractor/build.gradle index c55260687..60c8fb9ae 100644 --- a/extractor/build.gradle +++ b/extractor/build.gradle @@ -26,7 +26,7 @@ dependencies { implementation project(':timeago-parser') implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion" - implementation 'org.jsoup:jsoup:1.15.3' + implementation 'org.jsoup:jsoup:1.15.4' implementation "com.github.spotbugs:spotbugs-annotations:$spotbugsVersion" // do not upgrade to 1.7.14, since in 1.7.14 Rhino uses the `SourceVersion` class, which is not