Skip to content

Commit 31dfdb7

Browse files
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.98.0 (#406)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.charleskorn.kaml:kaml](https://redirect.github.com/charleskorn/kaml) | `0.97.0` -> `0.98.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.charleskorn.kaml:kaml/0.98.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.charleskorn.kaml:kaml/0.97.0/0.98.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>charleskorn/kaml (com.charleskorn.kaml:kaml)</summary> ### [`v0.98.0`](https://redirect.github.com/charleskorn/kaml/releases/tag/0.98.0) [Compare Source](https://redirect.github.com/charleskorn/kaml/compare/0.97.0...0.98.0) ##### Dependency Updates - **internal:** update gradle/actions action to v4.4.4 ([#&#8203;764](https://redirect.github.com/charleskorn/kaml/issues/764)) ([1ec4103](https://redirect.github.com/charleskorn/kaml/commit/1ec4103dc39525f9f1e739e2c8e1037acd752e99)) - **internal:** update gradle/actions action to v5 ([#&#8203;765](https://redirect.github.com/charleskorn/kaml/issues/765)) ([08e513d](https://redirect.github.com/charleskorn/kaml/commit/08e513dc19f7247b98a86834932c72b73fe8992d)) - **internal:** update softprops/action-gh-release action to v2.3.4 ([#&#8203;766](https://redirect.github.com/charleskorn/kaml/issues/766)) ([d41d9d7](https://redirect.github.com/charleskorn/kaml/commit/d41d9d75aec53bebb3cefeae6ec7493bcb019ea3)) - **internal:** update softprops/action-gh-release action to v2.4.0 ([#&#8203;767](https://redirect.github.com/charleskorn/kaml/issues/767)) ([6d2daee](https://redirect.github.com/charleskorn/kaml/commit/6d2daee08ce1e3518d9f7c74d27c0b609bab2794)) - update plugin com.google.devtools.ksp to v2.2.20-2.0.4 ([#&#8203;768](https://redirect.github.com/charleskorn/kaml/issues/768)) ([0ae58d5](https://redirect.github.com/charleskorn/kaml/commit/0ae58d593c72bace429c576f210e38fca4e6fbb1)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0f449ef commit 31dfdb7

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.97.0")
134+
implementation("com.charleskorn.kaml:kaml:0.98.0")
135135
implementation("it.krzeminski:snakeyaml-engine-kmp:3.2.1")
136136
}
137137
}

0 commit comments

Comments
 (0)