From 1bcbd98f11be5fa0da7aa3b2d071ad943faa9044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 06:51:13 +0000 Subject: [PATCH] chore(deps): bump com.charleskorn.kaml:kaml from 0.54.0 to 0.55.0 Bumps [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) from 0.54.0 to 0.55.0. - [Release notes](https://github.com/charleskorn/kaml/releases) - [Commits](https://github.com/charleskorn/kaml/compare/0.54.0...0.55.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-plugin-separated/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle-plugin-separated/build.gradle.kts b/gradle-plugin-separated/build.gradle.kts index 8c8df5d..94919fd 100644 --- a/gradle-plugin-separated/build.gradle.kts +++ b/gradle-plugin-separated/build.gradle.kts @@ -18,7 +18,7 @@ dependencies { compileOnly("org.slf4j:slf4j-api:2.0.7") // possible package name duplicate so shades implementation("com.anatawa12.jbsdiff:jbsdiff:1.0") - implementation("com.charleskorn.kaml:kaml:0.54.0") { + implementation("com.charleskorn.kaml:kaml:0.55.0") { exclude("org.snakeyaml") } implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.5.1")