Skip to content

Commit

Permalink
Update okio to 3.9.0 version (#2671)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandwwraith authored May 13, 2024
1 parent 5aa1032 commit d5a4d30
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
10 changes: 0 additions & 10 deletions formats/json-okio/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,3 @@ tasks.named<DokkaTaskPartial>("dokkaHtmlPartial") {
}
}
}


// TODO: Remove this after okio will be updated to the version with 1.9.20 stdlib dependency
configurations.all {
resolutionStrategy.eachDependency {
if (requested.name == "kotlin-stdlib-wasm") {
useTarget("org.jetbrains.kotlin:kotlin-stdlib-wasm-js:${requested.version}")
}
}
}
10 changes: 0 additions & 10 deletions formats/json-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Copyright 2017-2022 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
import Java9Modularity.configureJava9ModuleInfo
import org.jetbrains.kotlin.gradle.targets.js.testing.*

plugins {
kotlin("multiplatform")
Expand Down Expand Up @@ -49,12 +48,3 @@ kotlin {
}

project.configureJava9ModuleInfo()

// TODO: Remove this after okio will be updated to the version with 1.9.20 stdlib dependency
configurations.all {
resolutionStrategy.eachDependency {
if (requested.name == "kotlin-stdlib-wasm") {
useTarget("org.jetbrains.kotlin:kotlin-stdlib-wasm-js:${requested.version}")
}
}
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jmh-core = "1.37"
guava = "31.1-jre"
guava24 = "24.1.1-jre"
jackson = "2.13.3"
okio = "3.6.0"
okio = "3.9.0"
gson = "2.8.5"
kotlintest = "2.0.7"
coroutines = "1.6.4"
Expand Down

0 comments on commit d5a4d30

Please sign in to comment.