From b74f1cc51fed5c72c64174f2e398607414f08406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 05:02:36 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-io-core from 0.2.1 to 0.3.5 Bumps [org.jetbrains.kotlinx:kotlinx-io-core](https://github.com/Kotlin/kotlinx-io) from 0.2.1 to 0.3.5. - [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.2.1...0.3.5) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-io-core 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 344e4b8..e20ed57 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ ktx-datetime = "0.5.0" junit = "5.10.2" slf4j = "2.0.12" apache-compress = "1.26.0" -kotlinx-io = "0.2.1" +kotlinx-io = "0.3.5" plugin-kotlinter = "4.2.0" plugin-publishOnCentral = "5.0.23" plugin-binaryCompatibilityValidator = "0.14.0"