Skip to content

Commit eb00731

Browse files
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.103.0 (#424)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.charleskorn.kaml:kaml](https://redirect.github.com/charleskorn/kaml) | `0.102.0` -> `0.103.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.charleskorn.kaml:kaml/0.103.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.charleskorn.kaml:kaml/0.102.0/0.103.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>charleskorn/kaml (com.charleskorn.kaml:kaml)</summary> ### [`v0.103.0`](https://redirect.github.com/charleskorn/kaml/releases/tag/0.103.0) [Compare Source](https://redirect.github.com/charleskorn/kaml/compare/0.102.0...0.103.0) ##### Dependency Updates - **internal:** update dependency node to v24 ([#&#8203;780](https://redirect.github.com/charleskorn/kaml/issues/780)) ([2d8bd0e](https://redirect.github.com/charleskorn/kaml/commit/2d8bd0e1a82629f3b56a120b157f70beb7630281)) - **internal:** update dependency semantic-release to v25.0.2 ([#&#8203;784](https://redirect.github.com/charleskorn/kaml/issues/784)) ([504160c](https://redirect.github.com/charleskorn/kaml/commit/504160ca0b3a4265c5e1a2a28181a23772f71deb)) - **internal:** update gradle to v9.2.0 ([#&#8203;781](https://redirect.github.com/charleskorn/kaml/issues/781)) ([34c31c1](https://redirect.github.com/charleskorn/kaml/commit/34c31c16dd51bb30f6aeb8576f64076250eb7ed6)) - **internal:** update plugin com.google.devtools.ksp to v2.3.1 ([#&#8203;782](https://redirect.github.com/charleskorn/kaml/issues/782)) ([83a7d0d](https://redirect.github.com/charleskorn/kaml/commit/83a7d0dc0d7f729d5702f082468af05b06ddf77c)) - **internal:** update plugin com.google.devtools.ksp to v2.3.2 ([#&#8203;783](https://redirect.github.com/charleskorn/kaml/issues/783)) ([bf05227](https://redirect.github.com/charleskorn/kaml/commit/bf0522799d582980341e95b6d2e11ad6c22181ff)) - **internal:** update softprops/action-gh-release action to v2.4.2 ([#&#8203;785](https://redirect.github.com/charleskorn/kaml/issues/785)) ([941bda3](https://redirect.github.com/charleskorn/kaml/commit/941bda3ed52d58eea7035c24f58b47276538fe97)) - update dependency com.squareup.okio:okio to v3.16.3 ([#&#8203;788](https://redirect.github.com/charleskorn/kaml/issues/788)) ([888dcf8](https://redirect.github.com/charleskorn/kaml/commit/888dcf84506ef12c3e5d6e5742a8c4b590e0f04c)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a742f6b commit eb00731

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

0 commit comments

Comments
 (0)