diff --git a/extractor/build.gradle b/extractor/build.gradle index aab2494fe..c539ff4f2 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.17.2' + implementation 'org.jsoup:jsoup:1.18.1' 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