From 3f701950b6205ffd0962feb31a62086728a5a464 Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Wed, 13 Nov 2024 13:40:29 -0800 Subject: [PATCH] Update dependency com.charleskorn.kaml:kaml to v0.63.0 (#1088) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.charleskorn.kaml:kaml](https://redirect.github.com/charleskorn/kaml) | dependencies | minor | `0.62.2` -> `0.63.0` | --- ### Release Notes
charleskorn/kaml (com.charleskorn.kaml:kaml) ### [`v0.63.0`](https://redirect.github.com/charleskorn/kaml/releases/tag/0.63.0) [Compare Source](https://redirect.github.com/charleskorn/kaml/compare/0.62.2...0.63.0) ##### Dependency Updates - update dependency gradle to v8.11 ([#​638](https://redirect.github.com/charleskorn/kaml/issues/638)) ([3092960](https://redirect.github.com/charleskorn/kaml/commit/309296013d061c54fbe72e374fac4144b35579fd))
--- ### 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4f1f8bddc..6bcaac4cd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ jvmTarget = "17" jewel = "0.26.2" jna = "5.15.0" junit = "4.13.1" -kaml = "0.62.2" +kaml = "0.63.0" kotlin = "2.0.21" kotlinx-serialization = "1.7.3" ksp = "2.0.21-1.0.27"