Upgraded jsoup to 1.14.3
This commit is contained in:
parent
79689f4932
commit
f09b3e9610
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ repositories {
|
|||
dependencies {
|
||||
implementation(platform(kotlin("bom")))
|
||||
|
||||
implementation("org.jsoup:jsoup:1.14.2")
|
||||
implementation("org.jsoup:jsoup:1.14.3")
|
||||
|
||||
testImplementation(kotlin("test"))
|
||||
testImplementation(kotlin("test-junit"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue