Skip to content

Commit d5a4d30

Browse files
authored
Update okio to 3.9.0 version (#2671)
1 parent 5aa1032 commit d5a4d30

File tree

3 files changed

+1
-21
lines changed

3 files changed

+1
-21
lines changed

formats/json-okio/build.gradle.kts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,3 @@ tasks.named<DokkaTaskPartial>("dokkaHtmlPartial") {
5151
}
5252
}
5353
}
54-
55-
56-
// TODO: Remove this after okio will be updated to the version with 1.9.20 stdlib dependency
57-
configurations.all {
58-
resolutionStrategy.eachDependency {
59-
if (requested.name == "kotlin-stdlib-wasm") {
60-
useTarget("org.jetbrains.kotlin:kotlin-stdlib-wasm-js:${requested.version}")
61-
}
62-
}
63-
}

formats/json-tests/build.gradle.kts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* Copyright 2017-2022 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33
*/
44
import Java9Modularity.configureJava9ModuleInfo
5-
import org.jetbrains.kotlin.gradle.targets.js.testing.*
65

76
plugins {
87
kotlin("multiplatform")
@@ -49,12 +48,3 @@ kotlin {
4948
}
5049

5150
project.configureJava9ModuleInfo()
52-
53-
// TODO: Remove this after okio will be updated to the version with 1.9.20 stdlib dependency
54-
configurations.all {
55-
resolutionStrategy.eachDependency {
56-
if (requested.name == "kotlin-stdlib-wasm") {
57-
useTarget("org.jetbrains.kotlin:kotlin-stdlib-wasm-js:${requested.version}")
58-
}
59-
}
60-
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jmh-core = "1.37"
1212
guava = "31.1-jre"
1313
guava24 = "24.1.1-jre"
1414
jackson = "2.13.3"
15-
okio = "3.6.0"
15+
okio = "3.9.0"
1616
gson = "2.8.5"
1717
kotlintest = "2.0.7"
1818
coroutines = "1.6.4"

0 commit comments

Comments
 (0)