mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2025-01-31 15:28:20 +01:00
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
@ -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…
x
Reference in New Issue
Block a user