Skip to content

Commit 281d2b9

Browse files
Bump jsoup from 1.14.3 to 1.15.1
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.14.3 to 1.15.1. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES) - [Commits](jhy/jsoup@jsoup-1.14.3...jsoup-1.15.1) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f775155 commit 281d2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extractor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
implementation project(':timeago-parser')
2727

2828
implementation "com.github.TeamNewPipe:nanojson:$nanojsonVersion"
29-
implementation 'org.jsoup:jsoup:1.14.3'
29+
implementation 'org.jsoup:jsoup:1.15.1'
3030
implementation 'org.mozilla:rhino:1.7.14'
3131
implementation "com.github.spotbugs:spotbugs-annotations:$spotbugsVersion"
3232
implementation 'org.nibor.autolink:autolink:0.10.0'

0 commit comments

Comments
 (0)