1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-20 03:49:09 -05:00

Hotfix jsoup issue (#41)

Downgrade to prev version of jsoup

see https://github.com/jhy/jsoup/issues/992
This commit is contained in:
Rafał Borcz 2017-12-20 13:58:43 +01:00 committed by Mikołaj Pich
parent 15a1662ac5
commit 450805bff4

View File

@ -28,7 +28,7 @@ jacocoTestReport {
} }
dependencies { dependencies {
implementation 'org.jsoup:jsoup:1.11.2' implementation 'org.jsoup:jsoup:1.10.3'
implementation 'org.apache.commons:commons-lang3:3.6' implementation 'org.apache.commons:commons-lang3:3.6'
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'