Skip to content

Commit 3d1cbe1

Browse files
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.88.0 (#2050)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.charleskorn.kaml:kaml](https://redirect.github.com/charleskorn/kaml) | `0.85.0` -> `0.88.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.charleskorn.kaml:kaml/0.88.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.charleskorn.kaml:kaml/0.85.0/0.88.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.88.0`](https://redirect.github.com/charleskorn/kaml/releases/tag/0.88.0) [Compare Source](https://redirect.github.com/charleskorn/kaml/compare/0.85.0...0.88.0) ##### Chores - add lock file for Wasm dependencies to fix incorrect tagging of release builds ([b032da7](https://redirect.github.com/charleskorn/kaml/commit/b032da7a38c74f462166bccef5284cafcc516b18)) ##### Dependency Updates - **internal:** update actions/checkout action to v4.3.0 ([#&#8203;741](https://redirect.github.com/charleskorn/kaml/issues/741)) ([15ecb8c](https://redirect.github.com/charleskorn/kaml/commit/15ecb8ce41caab78cde4ea0ae072077d5fa61c2e)) - **internal:** update actions/checkout action to v5 ([#&#8203;742](https://redirect.github.com/charleskorn/kaml/issues/742)) ([a73bd72](https://redirect.github.com/charleskorn/kaml/commit/a73bd72994e50f3e8572e280618c58010b9150d0)) - **internal:** update amannn/action-semantic-pull-request action to v6 ([#&#8203;743](https://redirect.github.com/charleskorn/kaml/issues/743)) ([e8933b3](https://redirect.github.com/charleskorn/kaml/commit/e8933b30ffa67c8a64c6fcdf703e5d35b65482e1)) - **internal:** update dependency node to v22 ([#&#8203;739](https://redirect.github.com/charleskorn/kaml/issues/739)) ([6464676](https://redirect.github.com/charleskorn/kaml/commit/64646766dfcfda52c976b5e661c23aaf07aa95b4)) - **internal:** update gradle/actions action to v4.4.2 ([#&#8203;737](https://redirect.github.com/charleskorn/kaml/issues/737)) ([2320792](https://redirect.github.com/charleskorn/kaml/commit/2320792d45817ae7e56815de81f55a85b4b10aae)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f2f0b86 commit 3d1cbe1

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.2.0")
16-
implementation("com.charleskorn.kaml:kaml:0.85.0")
16+
implementation("com.charleskorn.kaml:kaml:0.88.0")
1717
implementation("io.github.oshai:kotlin-logging:7.0.12")
1818
implementation(projects.sharedInternal)
1919

0 commit comments

Comments
 (0)