Update dependencies
This commit is contained in:
parent
8485454de4
commit
a19f3c8648
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ ext {
|
|||
GIT_URL = 'https://github.com/wulkanowy/sdk.git'
|
||||
|
||||
jspoon = "1.3.2"
|
||||
jsoup = "1.15.2"
|
||||
jsoup = "1.15.3"
|
||||
okhttp3 = "4.10.0"
|
||||
retrofit = "2.9.0"
|
||||
slf4j = "1.7.36"
|
||||
|
@ -136,7 +136,7 @@ subprojects {
|
|||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines"
|
||||
|
||||
implementation "com.squareup.okhttp3:logging-interceptor"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0"
|
||||
|
||||
testImplementation "junit:junit:4.13.2"
|
||||
testImplementation "com.squareup.okhttp3:mockwebserver"
|
||||
|
@ -150,7 +150,7 @@ subprojects {
|
|||
}
|
||||
}
|
||||
jacoco {
|
||||
toolVersion "0.8.7"
|
||||
toolVersion "0.8.8"
|
||||
}
|
||||
|
||||
test {
|
||||
|
|
Loading…
Reference in a new issue