Skip to content

Commit 2031eb0

Browse files
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.97.0 (#398)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.charleskorn.kaml:kaml](https://redirect.github.com/charleskorn/kaml) | `0.96.0` -> `0.97.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.charleskorn.kaml:kaml/0.97.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.charleskorn.kaml:kaml/0.96.0/0.97.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>charleskorn/kaml (com.charleskorn.kaml:kaml)</summary> ### [`v0.97.0`](https://redirect.github.com/charleskorn/kaml/releases/tag/0.97.0) [Compare Source](https://redirect.github.com/charleskorn/kaml/compare/0.96.0...0.97.0) ##### Dependency Updates - **internal:** update dependency semantic-release to v24.2.9 ([#&#8203;761](https://redirect.github.com/charleskorn/kaml/issues/761)) ([87a7e38](https://redirect.github.com/charleskorn/kaml/commit/87a7e38b3a573f0e8cb05cf17318027a58bfb42e)) - **internal:** update gradle to v9.1.0 ([#&#8203;760](https://redirect.github.com/charleskorn/kaml/issues/760)) ([2f71a06](https://redirect.github.com/charleskorn/kaml/commit/2f71a0622b5e6d53f8ff9ef61ecf6681302ce7f3)) - update dependency it.krzeminski:snakeyaml-engine-kmp to v3.2.1 ([#&#8203;763](https://redirect.github.com/charleskorn/kaml/issues/763)) ([9139ce6](https://redirect.github.com/charleskorn/kaml/commit/9139ce606e86e8ce02de883c05962703460bdcb6)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 886c03b commit 2031eb0

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
@@ -131,7 +131,7 @@ kotlin {
131131
sourceSets {
132132
jvmMain {
133133
dependencies {
134-
implementation("com.charleskorn.kaml:kaml:0.96.0")
134+
implementation("com.charleskorn.kaml:kaml:0.97.0")
135135
implementation("it.krzeminski:snakeyaml-engine-kmp:3.2.1")
136136
}
137137
}

0 commit comments

Comments
 (0)