From 397cf8b2e214a54825faaf679dc3a43e9fec7a05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 21:16:06 +0000 Subject: [PATCH] fix(deps): update dependency com.charleskorn.kaml:kaml to v0.70.0 (#268) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.charleskorn.kaml:kaml](https://redirect.github.com/charleskorn/kaml) | `0.67.1` -> `0.70.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.charleskorn.kaml:kaml/0.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.charleskorn.kaml:kaml/0.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.charleskorn.kaml:kaml/0.67.1/0.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.charleskorn.kaml:kaml/0.67.1/0.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
charleskorn/kaml (com.charleskorn.kaml:kaml) ### [`v0.70.0`](https://redirect.github.com/charleskorn/kaml/releases/tag/0.70.0) [Compare Source](https://redirect.github.com/charleskorn/kaml/compare/0.69.0...0.70.0) ##### Dependency Updates - update dependency com.squareup.okio:okio to v3.10.2 ([#​660](https://redirect.github.com/charleskorn/kaml/issues/660)) ([7787824](https://redirect.github.com/charleskorn/kaml/commit/778782478b74def0cbe5cd1696e89dc5d3b6abb8)) ### [`v0.69.0`](https://redirect.github.com/charleskorn/kaml/releases/tag/0.69.0) [Compare Source](https://redirect.github.com/charleskorn/kaml/compare/0.68.0...0.69.0) ##### Dependency Updates - update kotlin to v2.1.10 ([#​667](https://redirect.github.com/charleskorn/kaml/issues/667)) ([d448f86](https://redirect.github.com/charleskorn/kaml/commit/d448f86a2b2fd9131f6e824f5b85ee9e3950c5f5)) ### [`v0.68.0`](https://redirect.github.com/charleskorn/kaml/releases/tag/0.68.0) [Compare Source](https://redirect.github.com/charleskorn/kaml/compare/0.67.1...0.68.0) ##### Dependency Updates - **internal:** update gradle/actions action to v4.3.0 ([#​671](https://redirect.github.com/charleskorn/kaml/issues/671)) ([c04effc](https://redirect.github.com/charleskorn/kaml/commit/c04effc21a97423fbf7900af79b1a80e85a24abf)) - update Kotlin to 2.1.0 ([#​664](https://redirect.github.com/charleskorn/kaml/issues/664)) ([83dd925](https://redirect.github.com/charleskorn/kaml/commit/83dd9253953021b54681637ca200b4cbd4472402))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index dfc6dc1..206612a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -80,7 +80,7 @@ kotlin { sourceSets { jvmMain { dependencies { - implementation("com.charleskorn.kaml:kaml:0.67.1") + implementation("com.charleskorn.kaml:kaml:0.70.0") } }