forked from github/wulkanowy-mirror
Hotfix jsoup issue (#41)
Downgrade to prev version of jsoup see https://github.com/jhy/jsoup/issues/992
This commit is contained in:
parent
15a1662ac5
commit
450805bff4
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ jacocoTestReport {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.jsoup:jsoup:1.11.2'
|
||||
implementation 'org.jsoup:jsoup:1.10.3'
|
||||
implementation 'org.apache.commons:commons-lang3:3.6'
|
||||
|
||||
testImplementation 'junit:junit:4.12'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue