updated jsoup 1.12.1 -> 1.12.2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-02-16 15:18:52 +01:00
parent 3aa27dff4a
commit f20279a4b4
2 changed files with 8 additions and 7 deletions

View File

@ -17,7 +17,7 @@ dependencies {
implementation 'org.jetbrains.kotlin:kotlin-reflect'
implementation 'org.jetbrains.kotlin:kotlin-stdlib'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.3'
implementation 'org.jsoup:jsoup:1.12.1'
implementation 'org.jsoup:jsoup:1.12.2'
implementation 'com.google.code.gson:gson:2.8.6'
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.0'