Skip to content

Commit a58cf8c

Browse files
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.82.0 (#363)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.charleskorn.kaml:kaml](https://redirect.github.com/charleskorn/kaml) | `0.80.1` -> `0.82.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.charleskorn.kaml:kaml/0.82.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.charleskorn.kaml:kaml/0.82.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.charleskorn.kaml:kaml/0.80.1/0.82.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.charleskorn.kaml:kaml/0.80.1/0.82.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>charleskorn/kaml (com.charleskorn.kaml:kaml)</summary> ### [`v0.82.0`](https://redirect.github.com/charleskorn/kaml/releases/tag/0.82.0) [Compare Source](https://redirect.github.com/charleskorn/kaml/compare/0.81.0...0.82.0) ##### Dependency Updates - **internal:** update gradle/actions action to v4.4.1 ([#&#8203;717](https://redirect.github.com/charleskorn/kaml/issues/717)) ([79930ac](https://redirect.github.com/charleskorn/kaml/commit/79930ac48bd7a317a301aa13f2a329f7ef0f400b)) - **internal:** update softprops/action-gh-release action to v2.3.0 ([#&#8203;715](https://redirect.github.com/charleskorn/kaml/issues/715)) ([cec35a7](https://redirect.github.com/charleskorn/kaml/commit/cec35a773e0acd28458fe69eeaa13522b75ca505)) - **internal:** update softprops/action-gh-release action to v2.3.2 ([#&#8203;716](https://redirect.github.com/charleskorn/kaml/issues/716)) ([7888434](https://redirect.github.com/charleskorn/kaml/commit/7888434746a3a35e51947315319bf238881b6eac)) - update dependency com.squareup.okio:okio to v3.13.0 ([#&#8203;718](https://redirect.github.com/charleskorn/kaml/issues/718)) ([c06c76b](https://redirect.github.com/charleskorn/kaml/commit/c06c76b3529a59de775706035303a9ca21858621)) ### [`v0.81.0`](https://redirect.github.com/charleskorn/kaml/releases/tag/0.81.0) [Compare Source](https://redirect.github.com/charleskorn/kaml/compare/0.80.1...0.81.0) ##### Features - inline classes ([#&#8203;695](https://redirect.github.com/charleskorn/kaml/issues/695)) ([4b51fbd](https://redirect.github.com/charleskorn/kaml/commit/4b51fbdc270826449cee97684e5ea1b03e590181)) ##### Dependency Updates - **internal:** update dependency gradle to v8.14.2 ([#&#8203;714](https://redirect.github.com/charleskorn/kaml/issues/714)) ([2c7b279](https://redirect.github.com/charleskorn/kaml/commit/2c7b2794f4abd397c25cf2f5e5dfc0cd3b8ee7c1)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 507ca8e commit a58cf8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
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.80.1")
133+
implementation("com.charleskorn.kaml:kaml:0.82.0")
134134
implementation("it.krzeminski:snakeyaml-engine-kmp:3.1.1")
135135
}
136136
}

0 commit comments

Comments
 (0)