Skip to content

Commit 21b8238

Browse files
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.8.0 (#1997)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.kotlinx:kotlinx-io-core](https://redirect.github.com/Kotlin/kotlinx-io) | `0.7.0` -> `0.8.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlinx:kotlinx-io-core/0.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.kotlinx:kotlinx-io-core/0.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jetbrains.kotlinx:kotlinx-io-core/0.7.0/0.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlinx:kotlinx-io-core/0.7.0/0.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Kotlin/kotlinx-io (org.jetbrains.kotlinx:kotlinx-io-core)</summary> ### [`v0.8.0`](https://redirect.github.com/Kotlin/kotlinx-io/blob/HEAD/CHANGELOG.md#080) [Compare Source](https://redirect.github.com/Kotlin/kotlinx-io/compare/0.7.0...0.8.0) > Published 24 June 2025 ##### Features - Updated Kotlin version to 2.2, Dokka to 2.0.0 and also updated few other dependencies [#&#8203;455](https://redirect.github.com/Kotlin/kotlinx-io/pull/455), [#&#8203;432](https://redirect.github.com/Kotlin/kotlinx-io/pull/432), [#&#8203;442](https://redirect.github.com/Kotlin/kotlinx-io/pull/442), [#&#8203;456](https://redirect.github.com/Kotlin/kotlinx-io/pull/456) - Increased deprecation level for `kotlinx.io.files.Path.source` and `kotlinx.io.files.Path.sink` to `ERROR` [#&#8203;457](https://redirect.github.com/Kotlin/kotlinx-io/pull/457) ##### Bugfixes - Fixed `ArrayIndexOutOfBoundsException` thrown from `okio.Sink.asKotlinxIoRawSink` [#&#8203;453](https://redirect.github.com/Kotlin/kotlinx-io/pull/453) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/typesafegithub/github-workflows-kt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 851951c commit 21b8238

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared-internal/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
// leading to a runtime failure of not being able to find a class or a function.
3030
// I'm bumping kotlinx-io to 0.6.0 in kotlinx.serialization here: https://github.com/Kotlin/kotlinx.serialization/pull/2933
3131
// Here's a ticket to remember to remove this workaround: https://github.com/typesafegithub/github-workflows-kt/issues/1832
32-
runtimeOnly("org.jetbrains.kotlinx:kotlinx-io-core:0.7.0")
32+
runtimeOnly("org.jetbrains.kotlinx:kotlinx-io-core:0.8.0")
3333

3434
testImplementation("io.kotest.extensions:kotest-extensions-mockserver:1.3.0")
3535
testImplementation("org.slf4j:slf4j-simple:2.0.17")

0 commit comments

Comments
 (0)