Skip to content

Commit 7203131

Browse files
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.104.0 (#2142)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.charleskorn.kaml:kaml](https://redirect.github.com/charleskorn/kaml) | `0.103.0` -> `0.104.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.charleskorn.kaml:kaml/0.104.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.charleskorn.kaml:kaml/0.103.0/0.104.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>charleskorn/kaml (com.charleskorn.kaml:kaml)</summary> ### [`v0.104.0`](https://redirect.github.com/charleskorn/kaml/releases/tag/0.104.0) [Compare Source](https://redirect.github.com/charleskorn/kaml/compare/0.103.0...0.104.0) ##### Dependency Updates - update dependency com.squareup.okio:okio to v3.16.4 ([#&#8203;791](https://redirect.github.com/charleskorn/kaml/issues/791)) ([35772b4](https://redirect.github.com/charleskorn/kaml/commit/35772b44924339721eec365b2ca579f998cf13a3)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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-workflows-kt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMy41IiwidXBkYXRlZEluVmVyIjoiNDIuMTMuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d9b736d commit 7203131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action-binding-generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ version = rootProject.version
1515

1616
dependencies {
1717
implementation("com.squareup:kotlinpoet:2.2.0")
18-
implementation("com.charleskorn.kaml:kaml:0.103.0")
18+
implementation("com.charleskorn.kaml:kaml:0.104.0")
1919
implementation("io.github.oshai:kotlin-logging:7.0.13")
2020
implementation(projects.sharedInternal)
2121

0 commit comments

Comments
 (0)