From 1f1e15785e903a2b9ac9a9ddd2ceb9fbd575b920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 14:28:35 +0200 Subject: [PATCH] Bump com.charleskorn.kaml:kaml from 0.60.0 to 0.61.0 (#330) Bumps [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) from 0.60.0 to 0.61.0. - [Release notes](https://github.com/charleskorn/kaml/releases) - [Commits](https://github.com/charleskorn/kaml/compare/0.60.0...0.61.0) --- updated-dependencies: - dependency-name: com.charleskorn.kaml:kaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- oslonokkelen-keychain-push-cli/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslonokkelen-keychain-push-cli/build.gradle.kts b/oslonokkelen-keychain-push-cli/build.gradle.kts index 37e4f41..d13b000 100644 --- a/oslonokkelen-keychain-push-cli/build.gradle.kts +++ b/oslonokkelen-keychain-push-cli/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { implementation("org.slf4j:slf4j-nop:$slf4jVersion") implementation("io.ktor:ktor-client-cio:2.3.12") - implementation("com.charleskorn.kaml:kaml:0.60.0") + implementation("com.charleskorn.kaml:kaml:0.61.0") implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.7.1") testImplementation("org.slf4j:slf4j-simple:$slf4jVersion")