From 1ecea765a84473d9ff6da9fc323397bf9d230d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 17:55:49 +0000 Subject: [PATCH] core: bump com.charleskorn.kaml:kaml from 0.59.0 to 0.60.0 in /core Bumps [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) from 0.59.0 to 0.60.0. - [Release notes](https://github.com/charleskorn/kaml/releases) - [Commits](https://github.com/charleskorn/kaml/compare/0.59.0...0.60.0) --- updated-dependencies: - dependency-name: com.charleskorn.kaml:kaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/gradle/libs.versions.toml b/core/gradle/libs.versions.toml index 51f115fdbda..fcc4d58cc62 100644 --- a/core/gradle/libs.versions.toml +++ b/core/gradle/libs.versions.toml @@ -68,7 +68,7 @@ opentelemetry-instrumentation-annotations = { module = 'io.opentelemetry.instrum opentracing-util = { module = 'io.opentracing:opentracing-util', version = '0.33.0' } dd-trace-api = { module = 'com.datadoghq:dd-trace-api', version = '1.37.0' } -kaml = { module = 'com.charleskorn.kaml:kaml', version = '0.59.0' } # Apache 2.0 +kaml = { module = 'com.charleskorn.kaml:kaml', version = '0.60.0' } # Apache 2.0 [plugins] # kotlin