Skip to content

Commit 6a730df

Browse files
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.66.0 (#1726)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.charleskorn.kaml:kaml](https://redirect.github.com/charleskorn/kaml) | `0.65.0` -> `0.66.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.charleskorn.kaml:kaml/0.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.charleskorn.kaml:kaml/0.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.charleskorn.kaml:kaml/0.65.0/0.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.charleskorn.kaml:kaml/0.65.0/0.66.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.66.0`](https://redirect.github.com/charleskorn/kaml/releases/tag/0.66.0) [Compare Source](https://redirect.github.com/charleskorn/kaml/compare/0.65.0...0.66.0) ##### Dependency Updates - **internal:** update dependency gradle to v8.11.1 ([#&#8203;644](https://redirect.github.com/charleskorn/kaml/issues/644)) ([9352422](https://redirect.github.com/charleskorn/kaml/commit/9352422954b710880df8561ba7ee7c294a9ddecd)) - **internal:** update gradle/actions action to v4.2.1 ([#&#8203;643](https://redirect.github.com/charleskorn/kaml/issues/643)) ([e7d8acc](https://redirect.github.com/charleskorn/kaml/commit/e7d8acc45091ad31a89a3bbe6bda8e485605b7e8)) - update dependency org.ajoberstar.reckon:reckon-gradle to v0.19.1 ([#&#8203;645](https://redirect.github.com/charleskorn/kaml/issues/645)) ([391a5da](https://redirect.github.com/charleskorn/kaml/commit/391a5daed7b2ed9f2a540678a13483ac17289650)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d2bebb1 commit 6a730df

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
@@ -14,7 +14,7 @@ version = rootProject.version
1414
dependencies {
1515
implementation("com.squareup:kotlinpoet:2.0.0")
1616
implementation("it.krzeminski:snakeyaml-engine-kmp:3.0.3")
17-
implementation("com.charleskorn.kaml:kaml:0.65.0")
17+
implementation("com.charleskorn.kaml:kaml:0.66.0")
1818
implementation("io.github.oshai:kotlin-logging:7.0.0")
1919
implementation(projects.sharedInternal)
2020

0 commit comments

Comments
 (0)