Skip to content

Commit 24c24e7

Browse files
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-io-core to v0.7.0 (#1846)
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.6.0` -> `0.7.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlinx:kotlinx-io-core/0.7.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.7.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.6.0/0.7.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.6.0/0.7.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.7.0`](https://redirect.github.com/Kotlin/kotlinx-io/blob/HEAD/CHANGELOG.md#070) [Compare Source](https://redirect.github.com/Kotlin/kotlinx-io/compare/0.6.0...0.7.0) > Published 26 February 2025 ##### Features - Implemented Okio adapters shipped in a `kotlinx-io-okio` module [#&#8203;178](https://redirect.github.com/Kotlin/kotlinx-io/issues/178) - Bumped up the Kotlin version to 2.1, as well as version of some dependencies [#&#8203;426](https://redirect.github.com/Kotlin/kotlinx-io/issues/426) ##### Bugfixes - Error codes from various POSIX-ish calls are now always checked and propagated [#&#8203;262](https://redirect.github.com/Kotlin/kotlinx-io/issues/262) - Behavior of `indexOf` functions accepting `ByteString` is now aligned with `CharSequence.indexOf` [#&#8203;422](https://redirect.github.com/Kotlin/kotlinx-io/issues/422), [#&#8203;423](https://redirect.github.com/Kotlin/kotlinx-io/issues/423) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 436b5fb commit 24c24e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-internal/build.gradle.kts

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

0 commit comments

Comments
 (0)