From cc3ba35ce162adc5d14b135a44ad01b804a3fcac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:55:55 +0000 Subject: [PATCH] chore(deps): bump com.charleskorn.kaml:kaml from 0.57.0 to 0.58.0 Bumps [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) from 0.57.0 to 0.58.0. - [Release notes](https://github.com/charleskorn/kaml/releases) - [Commits](https://github.com/charleskorn/kaml/compare/0.57.0...0.58.0) --- updated-dependencies: - dependency-name: com.charleskorn.kaml:kaml 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 0f9b3f34..685105d4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -87,7 +87,7 @@ kotlinx-benchmark = "0.4.8" kotlinx-reflect-lite = "1.1.0" kotlinx-io-jvm = "0.1.16" kotlinx-serialization = "1.6.3" -kotlinx-serialization-yaml = "0.57.0" +kotlinx-serialization-yaml = "0.58.0" kotlinx-serialization-csv = "2.0.0" kotlinx-html = "0.7.5" kotlin-wrappers = "1.0.0-pre.347"