From 6d9ed2110fdfaea3bf09b3781136c440aa7919cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:28:30 +0000 Subject: [PATCH] core: bump com.charleskorn.kaml:kaml from 0.59.0 to 0.62.0 in /core Bumps [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) from 0.59.0 to 0.62.0. - [Release notes](https://github.com/charleskorn/kaml/releases) - [Changelog](https://github.com/charleskorn/kaml/blob/main/.releaserc.yml) - [Commits](https://github.com/charleskorn/kaml/compare/0.59.0...0.62.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 47cc0aaffe5..691fe7ba526 100644 --- a/core/gradle/libs.versions.toml +++ b/core/gradle/libs.versions.toml @@ -64,7 +64,7 @@ spotbugs-annotations = { module = 'com.github.spotbugs:spotbugs-annotations', ve opentelemetry-api = { module = 'io.opentelemetry:opentelemetry-api', version.ref = 'otel' } opentelemetry-instrumentation-annotations = { module = 'io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations', version = '2.9.0' } -kaml = { module = 'com.charleskorn.kaml:kaml', version = '0.59.0' } # Apache 2.0 +kaml = { module = 'com.charleskorn.kaml:kaml', version = '0.62.0' } # Apache 2.0 amqp-client = { module = 'com.rabbitmq:amqp-client', version = '5.21.0' }