Skip to content

Commit 8760889

Browse files
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.77.0 (#1894)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.charleskorn.kaml:kaml](https://redirect.github.com/charleskorn/kaml) | `0.74.0` -> `0.77.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.charleskorn.kaml:kaml/0.77.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.charleskorn.kaml:kaml/0.77.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.charleskorn.kaml:kaml/0.74.0/0.77.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.charleskorn.kaml:kaml/0.74.0/0.77.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.77.0`](https://redirect.github.com/charleskorn/kaml/releases/tag/0.77.0) [Compare Source](https://redirect.github.com/charleskorn/kaml/compare/0.76.0...0.77.0) ##### Dependency Updates - update dependency org.ajoberstar.reckon:reckon-gradle to v0.19.2 ([#&#8203;689](https://redirect.github.com/charleskorn/kaml/issues/689)) ([774df58](https://redirect.github.com/charleskorn/kaml/commit/774df58981736f67ef1bbae0ad76b61d9dfe03d8)) ### [`v0.76.0`](https://redirect.github.com/charleskorn/kaml/releases/tag/0.76.0) [Compare Source](https://redirect.github.com/charleskorn/kaml/compare/0.75.0...0.76.0) ##### Dependency Updates - **internal:** update actions/setup-java action to v4.7.1 ([#&#8203;687](https://redirect.github.com/charleskorn/kaml/issues/687)) ([25658e3](https://redirect.github.com/charleskorn/kaml/commit/25658e3faa9bf92732d3a8b553001b2597e1b98d)) - update dependency com.squareup.okio:okio to v3.11.0 ([#&#8203;688](https://redirect.github.com/charleskorn/kaml/issues/688)) ([e55c7f2](https://redirect.github.com/charleskorn/kaml/commit/e55c7f297ee8778995463cf7e249e104a40e58e2)) ### [`v0.75.0`](https://redirect.github.com/charleskorn/kaml/releases/tag/0.75.0) [Compare Source](https://redirect.github.com/charleskorn/kaml/compare/0.74.0...0.75.0) ##### Dependency Updates - **internal:** update dependency com.diffplug.spotless:spotless-plugin-gradle to v7.0.3 ([#&#8203;685](https://redirect.github.com/charleskorn/kaml/issues/685)) ([c918ea3](https://redirect.github.com/charleskorn/kaml/commit/c918ea3ccf5fd90bf485575e265849301fa0cd72)) - update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.10.2 ([#&#8203;686](https://redirect.github.com/charleskorn/kaml/issues/686)) ([01911d5](https://redirect.github.com/charleskorn/kaml/commit/01911d5a2cd2c34fa5c31f253ed5095d462bb8b9)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzUuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d7a46cc commit 8760889

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
@@ -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.74.0")
16+
implementation("com.charleskorn.kaml:kaml:0.77.0")
1717
implementation("io.github.oshai:kotlin-logging:7.0.6")
1818
implementation(projects.sharedInternal)
1919

0 commit comments

Comments
 (0)