Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2025

Bumps com.charleskorn.kaml:kaml from 0.55.0 to 0.85.0.

Release notes

Sourced from com.charleskorn.kaml:kaml's releases.

0.85.0

0.85.0 (2025-07-18)

Chores

  • fix publishing to Maven Central (a3415f0)

Dependency Updates

  • internal: update dependency com.diffplug.spotless:spotless-plugin-gradle to v7.1.0 (#727) (84c4b74)
  • internal: update dependency conventional-changelog-conventionalcommits to v9.1.0 (#729) (3df4d8b)
  • internal: update dependency gradle to v8.14.3 (#726) (05d0479)
  • internal: update dependency semantic-release to v24.2.7 (#730) (898d5f8)

0.84.0

0.84.0 (2025-07-02)

Dependency Updates

  • internal: update dependency semantic-release to v24.2.6 (#723) (946dcc0)
  • update dependency com.squareup.okio:okio to v3.15.0 (#725) (dc7dfeb)

0.83.0

0.83.0 (2025-06-28)

Dependency Updates

  • update dependency com.squareup.okio:okio to v3.14.0 (#722) (d7db716)

0.82.0

0.82.0 (2025-06-13)

Dependency Updates

  • internal: update gradle/actions action to v4.4.1 (#717) (79930ac)
  • internal: update softprops/action-gh-release action to v2.3.0 (#715) (cec35a7)
  • internal: update softprops/action-gh-release action to v2.3.2 (#716) (7888434)
  • update dependency com.squareup.okio:okio to v3.13.0 (#718) (c06c76b)

0.81.0

0.81.0 (2025-06-09)

Features

Dependency Updates

  • internal: update dependency gradle to v8.14.2 (#714) (2c7b279)

... (truncated)

Commits
  • a3415f0 chore: fix publishing to Maven Central
  • 898d5f8 deps(internal): update dependency semantic-release to v24.2.7 (#730)
  • 3df4d8b deps(internal): update dependency conventional-changelog-conventionalcommits ...
  • 84c4b74 deps(internal): update dependency com.diffplug.spotless:spotless-plugin-gradl...
  • 05d0479 deps(internal): update dependency gradle to v8.14.3 (#726)
  • dc7dfeb deps: update dependency com.squareup.okio:okio to v3.15.0 (#725)
  • 946dcc0 deps(internal): update dependency semantic-release to v24.2.6 (#723)
  • d7db716 deps: update dependency com.squareup.okio:okio to v3.14.0 (#722)
  • c06c76b deps: update dependency com.squareup.okio:okio to v3.13.0 (#718)
  • 79930ac deps(internal): update gradle/actions action to v4.4.1 (#717)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 5, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 5, 2025 17:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 5, 2025

This comment has been minimized.

4 similar comments

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

@ianbotsf
Copy link
Contributor

ianbotsf commented Aug 5, 2025

The latest versions of kaml appear to require JVM11+. Asking for guidance from maintainers in charleskorn/kaml#738.

@dependabot dependabot bot force-pushed the dependabot/gradle/com.charleskorn.kaml-kaml-0.85.0 branch from 6c17b08 to 69e8e1e Compare August 6, 2025 15:05
Copy link

github-actions bot commented Aug 6, 2025

Affected Artifacts

Changed in size
Artifact Pull Request (bytes) Latest Release (bytes) Delta (bytes) Delta (percentage)
test-suite-jvm.jar 100,085 98,696 1,389 1.41%
telemetry-provider-micrometer-jvm.jar 22,788 22,796 -8 -0.04%

@ianbotsf
Copy link
Contributor

According to charleskorn/kaml#738, kaml no longer supports Java 1.8. We'll need to find a new dependency.

@lauzadis
Copy link
Contributor

@ianbotsf We have a very specific use-case for parsing YAML, specifically for two retry strategy test cases. Can we just translate those tests into a supported format and remove our need for YAML entirely?

@lauzadis
Copy link
Contributor

@dependabot rebase

Bumps [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) from 0.55.0 to 0.85.0.
- [Release notes](https://github.com/charleskorn/kaml/releases)
- [Changelog](https://github.com/charleskorn/kaml/blob/main/.releaserc.yml)
- [Commits](charleskorn/kaml@0.55.0...0.85.0)

---
updated-dependencies:
- dependency-name: com.charleskorn.kaml:kaml
  dependency-version: 0.85.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/com.charleskorn.kaml-kaml-0.85.0 branch from 69e8e1e to d115e03 Compare August 13, 2025 18:05
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 14, 2025

Superseded by #1384.

@dependabot dependabot bot closed this Aug 14, 2025
@dependabot dependabot bot deleted the dependabot/gradle/com.charleskorn.kaml-kaml-0.85.0 branch August 14, 2025 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants