2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-29 21:37:39 +00:00

Merge pull request #1368 from TeamNewPipe/dependabot/gradle/org.jsoup-jsoup-1.21.2

Bump org.jsoup:jsoup from 1.21.1 to 1.21.2
This commit is contained in:
Tobi 2025-08-25 09:26:55 -07:00 committed by GitHub
commit a524390e39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ dependencies {
implementation project(':timeago-parser')
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
implementation 'org.jsoup:jsoup:1.21.1'
implementation 'org.jsoup:jsoup:1.21.2'
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
implementation "com.google.protobuf:protobuf-javalite:$protobufVersion"