From 65eeb664dce7045168bfee99ac781a1ef1a217a2 Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Mon, 23 Dec 2024 00:06:01 -0800 Subject: [PATCH] Update dependency com.charleskorn.kaml:kaml to v0.67.0 (#1154) 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.66.0` -> `0.67.0` | --- ### Release Notes
charleskorn/kaml (com.charleskorn.kaml:kaml) ### [`v0.67.0`](https://redirect.github.com/charleskorn/kaml/releases/tag/0.67.0) [Compare Source](https://redirect.github.com/charleskorn/kaml/compare/0.66.0...0.67.0) ##### Features - Make Yaml nodes serializable ([#​642](https://redirect.github.com/charleskorn/kaml/issues/642)) ([4389472](https://redirect.github.com/charleskorn/kaml/commit/438947285fa690ef8e478adf2d86ab44b1a1bff6)) ##### Dependency Updates - **internal:** update actions/setup-java action to v4.6.0 ([#​651](https://redirect.github.com/charleskorn/kaml/issues/651)) ([8a16919](https://redirect.github.com/charleskorn/kaml/commit/8a16919a4e826e3f2a4a7752253c395e9d16e468)) - **internal:** update gradle/actions action to v4.2.2 ([#​650](https://redirect.github.com/charleskorn/kaml/issues/650)) ([2d074bc](https://redirect.github.com/charleskorn/kaml/commit/2d074bcbf89e162cb5ca856f423468e690be5b1a)) - **internal:** update softprops/action-gh-release action to v2.2.0 ([#​647](https://redirect.github.com/charleskorn/kaml/issues/647)) ([e4c96cb](https://redirect.github.com/charleskorn/kaml/commit/e4c96cbaa9f0aa29dc87386045e2feb2f54b3493))
--- ### 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 99f751476..b0db8410c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,7 +23,7 @@ jdk = "21" jvmTarget = "17" jewel = "0.27.0" jna = "5.15.0" -kaml = "0.66.0" +kaml = "0.67.0" kotlin = "2.1.0" kotlinx-serialization = "1.7.3" ksp = "2.1.0-1.0.29"