0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00

Bump jsoup from 1.11.3 to 1.12.1

Bumps [jsoup](https://github.com/jhy/jsoup) from 1.11.3 to 1.12.1.
- [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.11.3...jsoup-1.12.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-05-13 10:16:02 +00:00 committed by Mike Hardy
parent 345b828d48
commit 9574834693

View File

@ -191,7 +191,7 @@ dependencies {
implementation 'com.jakewharton.timber:timber:4.7.1'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'org.jsoup:jsoup:1.11.3'
implementation 'org.jsoup:jsoup:1.12.1'
api project(":api")
testImplementation 'org.junit.vintage:junit-vintage-engine:5.4.2'