Skip to content

Commit a0bb10d

Browse files
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.99.0 (#2113)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.charleskorn.kaml:kaml](https://redirect.github.com/charleskorn/kaml) | `0.98.0` -> `0.99.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.charleskorn.kaml:kaml/0.99.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.charleskorn.kaml:kaml/0.98.0/0.99.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>charleskorn/kaml (com.charleskorn.kaml:kaml)</summary> ### [`v0.99.0`](https://redirect.github.com/charleskorn/kaml/releases/tag/0.99.0) [Compare Source](https://redirect.github.com/charleskorn/kaml/compare/0.98.0...0.99.0) ##### Dependency Updates - **internal:** update actions/setup-node action to v6 ([#&#8203;771](https://redirect.github.com/charleskorn/kaml/issues/771)) ([9a61118](https://redirect.github.com/charleskorn/kaml/commit/9a61118c1fec51284bfed1d9441d87d22959d260)) - **internal:** update dependency semantic-release to v25 ([#&#8203;773](https://redirect.github.com/charleskorn/kaml/issues/773)) ([b71f5b2](https://redirect.github.com/charleskorn/kaml/commit/b71f5b23afaad8160131db90bf3d41cccec02256)) - **internal:** update dependency semantic-release to v25.0.1 ([#&#8203;775](https://redirect.github.com/charleskorn/kaml/issues/775)) ([01b7753](https://redirect.github.com/charleskorn/kaml/commit/01b7753db2f387d2dece037c8830e4c5030cf3fd)) - **internal:** update kotest to v6.0.4 ([#&#8203;772](https://redirect.github.com/charleskorn/kaml/issues/772)) ([6fcbd4f](https://redirect.github.com/charleskorn/kaml/commit/6fcbd4f7bdc4be0529984a2887d3198ec58211ba)) - **internal:** update softprops/action-gh-release action to v2.4.1 ([#&#8203;770](https://redirect.github.com/charleskorn/kaml/issues/770)) ([41367a2](https://redirect.github.com/charleskorn/kaml/commit/41367a20e1dd9c4462f0db78e5abeb7b5c0bdaf5)) - update plugin com.google.devtools.ksp to v2.3.0 ([#&#8203;778](https://redirect.github.com/charleskorn/kaml/issues/778)) ([82ad6f3](https://redirect.github.com/charleskorn/kaml/commit/82ad6f306c062451ad385024b3b06d136c41c09c)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/typesafegithub/github-workflows-kt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1c22c96 commit a0bb10d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action-binding-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ version = rootProject.version
1515

1616
dependencies {
1717
implementation("com.squareup:kotlinpoet:2.2.0")
18-
implementation("com.charleskorn.kaml:kaml:0.98.0")
18+
implementation("com.charleskorn.kaml:kaml:0.99.0")
1919
implementation("io.github.oshai:kotlin-logging:7.0.13")
2020
implementation(projects.sharedInternal)
2121

0 commit comments

Comments
 (0)