Skip to content

Commit e97b129

Browse files
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.73.0 (#1862)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.charleskorn.kaml:kaml](https://redirect.github.com/charleskorn/kaml) | `0.72.0` -> `0.73.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.charleskorn.kaml:kaml/0.73.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.charleskorn.kaml:kaml/0.73.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.charleskorn.kaml:kaml/0.72.0/0.73.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.charleskorn.kaml:kaml/0.72.0/0.73.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.73.0`](https://redirect.github.com/charleskorn/kaml/releases/tag/0.73.0) [Compare Source](https://redirect.github.com/charleskorn/kaml/compare/0.72.0...0.73.0) ##### Dependency Updates - **internal:** update actions/setup-node action to v4.3.0 ([#&#8203;680](https://redirect.github.com/charleskorn/kaml/issues/680)) ([ea593b7](https://redirect.github.com/charleskorn/kaml/commit/ea593b7817291dd15366d44aa842160e7833bcee)) - **internal:** update dependency gradle to v8.13 ([#&#8203;676](https://redirect.github.com/charleskorn/kaml/issues/676)) ([ead829d](https://redirect.github.com/charleskorn/kaml/commit/ead829d9f7a4798e040bb09e9fda0da38dac4bd4)) - **internal:** update dependency semantic-release to v24.2.3 ([#&#8203;675](https://redirect.github.com/charleskorn/kaml/issues/675)) ([05d67b4](https://redirect.github.com/charleskorn/kaml/commit/05d67b4b96bf78a8c3ac8b137dbbf6e220366de6)) - update kotlin to v2.1.20 ([#&#8203;681](https://redirect.github.com/charleskorn/kaml/issues/681)) ([449cadc](https://redirect.github.com/charleskorn/kaml/commit/449cadc84739e9105bdfd3be0491d4678de2d8db)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8e00c27 commit e97b129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action-binding-generator/build.gradle.kts

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

1414
dependencies {
1515
implementation("com.squareup:kotlinpoet:2.1.0")
16-
implementation("com.charleskorn.kaml:kaml:0.72.0")
16+
implementation("com.charleskorn.kaml:kaml:0.73.0")
1717
implementation("io.github.oshai:kotlin-logging:7.0.5")
1818
implementation(projects.sharedInternal)
1919

0 commit comments

Comments
 (0)