From 6300e730bbd2f9fe2c43b0744f90e17707906f93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 09:52:55 +0000 Subject: [PATCH] build(deps): bump kotlinx-io from 0.4.0 to 0.5.1 Bumps `kotlinx-io` from 0.4.0 to 0.5.1. Updates `org.jetbrains.kotlinx:kotlinx-io-core` from 0.4.0 to 0.5.1 - [Release notes](https://github.com/Kotlin/kotlinx-io/releases) - [Changelog](https://github.com/Kotlin/kotlinx-io/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-io/compare/0.4.0...0.5.1) Updates `org.jetbrains.kotlinx:kotlinx-io-bytestring` from 0.4.0 to 0.5.1 - [Release notes](https://github.com/Kotlin/kotlinx-io/releases) - [Changelog](https://github.com/Kotlin/kotlinx-io/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-io/compare/0.4.0...0.5.1) --- 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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3888708..f51ed71 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,7 +33,7 @@ okio = "3.9.0" # https://github.com/Kotlin/kotlinx-io/releases # https://mvnrepository.com/artifact/org.jetbrains.kotlinx/kotlinx-io-core -kotlinx-io = "0.4.0" +kotlinx-io = "0.5.1" # Android Plugin for Gradle. # Note: R8 version can be updated independently in settings.gradle.kts