Skip to content

Commit a572b79

Browse files
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.77.1 (#346)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.charleskorn.kaml:kaml](https://redirect.github.com/charleskorn/kaml) | `0.77.0` -> `0.77.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.charleskorn.kaml:kaml/0.77.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.charleskorn.kaml:kaml/0.77.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.charleskorn.kaml:kaml/0.77.0/0.77.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.charleskorn.kaml:kaml/0.77.0/0.77.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>charleskorn/kaml (com.charleskorn.kaml:kaml)</summary> ### [`v0.77.1`](https://redirect.github.com/charleskorn/kaml/releases/tag/0.77.1) [Compare Source](https://redirect.github.com/charleskorn/kaml/compare/0.77.0...0.77.1) ##### Bug Fixes - don't throw ClassCastException when using scalar decoding methods with contextual descriptor ([#&#8203;678](https://redirect.github.com/charleskorn/kaml/issues/678)) ([64bd99a](https://redirect.github.com/charleskorn/kaml/commit/64bd99a01d59caf900384c065b42299e51de67f7)) ##### Dependency Updates - **internal:** update actions/setup-node action to v4.4.0 ([#&#8203;690](https://redirect.github.com/charleskorn/kaml/issues/690)) ([8b4f56d](https://redirect.github.com/charleskorn/kaml/commit/8b4f56d2450840642346ef1d13745844d2d5871a)) - **internal:** update dependency gradle to v8.14 ([#&#8203;693](https://redirect.github.com/charleskorn/kaml/issues/693)) ([5b48934](https://redirect.github.com/charleskorn/kaml/commit/5b489345f575df88632c61b48a0109daf6edcd08)) - **internal:** update softprops/action-gh-release action to v2.2.2 ([#&#8203;692](https://redirect.github.com/charleskorn/kaml/issues/692)) ([794c65f](https://redirect.github.com/charleskorn/kaml/commit/794c65f5ae38fea34c3404dfc77b63144fc31384)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every 1 week on saturday" (UTC), 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-actions-typing). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 117a7fb commit a572b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ kotlin {
130130
sourceSets {
131131
jvmMain {
132132
dependencies {
133-
implementation("com.charleskorn.kaml:kaml:0.77.0")
133+
implementation("com.charleskorn.kaml:kaml:0.77.1")
134134
implementation("it.krzeminski:snakeyaml-engine-kmp:3.1.1")
135135
}
136136
}

0 commit comments

Comments
 (0)