Skip to content

Commit aaefdc1

Browse files
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.80.1 (#359)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.charleskorn.kaml:kaml](https://redirect.github.com/charleskorn/kaml) | `0.78.0` -> `0.80.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.charleskorn.kaml:kaml/0.80.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.charleskorn.kaml:kaml/0.80.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.charleskorn.kaml:kaml/0.78.0/0.80.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.charleskorn.kaml:kaml/0.78.0/0.80.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>charleskorn/kaml (com.charleskorn.kaml:kaml)</summary> ### [`v0.80.1`](https://redirect.github.com/charleskorn/kaml/releases/tag/0.80.1) [Compare Source](https://redirect.github.com/charleskorn/kaml/compare/0.80.0...0.80.1) ##### Bug Fixes - make `YamlMap::get` throw `IncorrectTypeException` with clearer message when value is not of expected type ([#&#8203;699](https://redirect.github.com/charleskorn/kaml/issues/699)) ([81f4e67](https://redirect.github.com/charleskorn/kaml/commit/81f4e675d1723d4d0f2fb0667f75163c77efb123)) ### [`v0.80.0`](https://redirect.github.com/charleskorn/kaml/releases/tag/0.80.0) [Compare Source](https://redirect.github.com/charleskorn/kaml/compare/0.79.0...0.80.0) ##### Chores - change minimum supported JVM version to 11 ([d5e47c4](https://redirect.github.com/charleskorn/kaml/commit/d5e47c4e9cd76f1c351fb7ea7632070b0df171be)) - fix deprecated Gradle configuration ([e199230](https://redirect.github.com/charleskorn/kaml/commit/e1992302159e8fede43d731f723b950cfbdb3b77)) - group Kotest updates together ([9830e5d](https://redirect.github.com/charleskorn/kaml/commit/9830e5d2ffb582409b5133f17f47ed0d16603533)) ### [`v0.79.0`](https://redirect.github.com/charleskorn/kaml/releases/tag/0.79.0) [Compare Source](https://redirect.github.com/charleskorn/kaml/compare/0.78.0...0.79.0) ##### Dependency Updates - **internal:** update dependency com.diffplug.spotless:spotless-plugin-gradle to v7.0.4 ([#&#8203;712](https://redirect.github.com/charleskorn/kaml/issues/712)) ([a426dbc](https://redirect.github.com/charleskorn/kaml/commit/a426dbcedfe03933ec32c0d4fe7381c0d9a4ade1)) - **internal:** update dependency conventional-changelog-conventionalcommits to v9 ([#&#8203;708](https://redirect.github.com/charleskorn/kaml/issues/708)) ([098eba0](https://redirect.github.com/charleskorn/kaml/commit/098eba0708cdd43f9b0bfbd513177f4d633cbfdc)) - **internal:** update dependency gradle to v8.14.1 ([#&#8203;709](https://redirect.github.com/charleskorn/kaml/issues/709)) ([258482e](https://redirect.github.com/charleskorn/kaml/commit/258482e68d1c2bb10fbd2815652648c8f6e4e68b)) - **internal:** update dependency semantic-release to v24.2.4 ([#&#8203;705](https://redirect.github.com/charleskorn/kaml/issues/705)) ([7d5e8c8](https://redirect.github.com/charleskorn/kaml/commit/7d5e8c85d98c52b8ba07fcfb8b450b2d8f2de0a9)) - **internal:** update dependency semantic-release to v24.2.5 ([#&#8203;711](https://redirect.github.com/charleskorn/kaml/issues/711)) ([1da74f7](https://redirect.github.com/charleskorn/kaml/commit/1da74f7d7f5c1cab9411453df2b3d807935929aa)) - **internal:** update gradle/actions action to v4.4.0 ([#&#8203;706](https://redirect.github.com/charleskorn/kaml/issues/706)) ([3159ae0](https://redirect.github.com/charleskorn/kaml/commit/3159ae0314e180c46d15b7659c28070dbaeafb0f)) - update dependency com.squareup.okio:okio to v3.12.0 ([#&#8203;713](https://redirect.github.com/charleskorn/kaml/issues/713)) ([171ef5f](https://redirect.github.com/charleskorn/kaml/commit/171ef5fb7f2687d3de16a0600fb9ad06f16dbc4f)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fcdb6e1 commit aaefdc1

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.78.0")
133+
implementation("com.charleskorn.kaml:kaml:0.80.1")
134134
implementation("it.krzeminski:snakeyaml-engine-kmp:3.1.1")
135135
}
136136
}

0 commit comments

Comments
 (0)