Skip to content

Commit

Permalink
Merge pull request #1058 from TeamNewPipe/dependabot/gradle/org.jsoup…
Browse files Browse the repository at this point in the history
…-jsoup-1.16.1

Bump org.jsoup:jsoup from 1.15.4 to 1.16.1
  • Loading branch information
Stypox authored May 1, 2023
2 parents 11565db + 108f8a7 commit 00408db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extractor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
implementation project(':timeago-parser')

implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
implementation 'org.jsoup:jsoup:1.15.4'
implementation 'org.jsoup:jsoup:1.16.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
Expand Down

0 comments on commit 00408db

Please sign in to comment.