Skip to content

Commit

Permalink
core: bump com.charleskorn.kaml:kaml from 0.59.0 to 0.62.0 in /core
Browse files Browse the repository at this point in the history
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](charleskorn/kaml@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Khoyo committed Oct 30, 2024
1 parent 61d51e2 commit 6d9ed21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }

Expand Down

0 comments on commit 6d9ed21

Please sign in to comment.