Skip to content

Commit

Permalink
Bump kotlinx-io from 0.5.4 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps `kotlinx-io` from 0.5.4 to 0.6.0.

Updates `org.jetbrains.kotlinx:kotlinx-io-core` from 0.5.4 to 0.6.0
- [Release notes](https://github.com/Kotlin/kotlinx-io/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-io/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx-io@0.5.4...0.6.0)

Updates `org.jetbrains.kotlinx:kotlinx-io-bytestring` from 0.5.4 to 0.6.0
- [Release notes](https://github.com/Kotlin/kotlinx-io/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-io/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx-io@0.5.4...0.6.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-io-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlinx:kotlinx-io-bytestring
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and joffrey-bion committed Nov 21, 2024
1 parent a64ab0f commit 7b4c0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jackson = "2.18.1"
kotlin = "2.0.21"
kotlinx-atomicfu = "0.25.0"
kotlinx-coroutines = "1.9.0"
kotlinx-io = "0.5.4"
kotlinx-io = "0.6.0"
kotlinx-serialization = "1.7.3"
ktor = "2.3.12"
moshi = "1.15.1"
Expand Down

0 comments on commit 7b4c0ab

Please sign in to comment.