Skip to content

Commit bccfe10

Browse files
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.95.0 (#2079)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.charleskorn.kaml:kaml](https://redirect.github.com/charleskorn/kaml) | `0.94.0` -> `0.95.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.charleskorn.kaml:kaml/0.95.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.charleskorn.kaml:kaml/0.94.0/0.95.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.95.0`](https://redirect.github.com/charleskorn/kaml/releases/tag/0.95.0) [Compare Source](https://redirect.github.com/charleskorn/kaml/compare/0.94.0...0.95.0) ##### Dependency Updates - **internal:** update actions/setup-node action to v5 ([#&#8203;752](https://redirect.github.com/charleskorn/kaml/issues/752)) ([c575f71](https://redirect.github.com/charleskorn/kaml/commit/c575f71310e1ea956565e51acde349bcb12114b9)) - **internal:** update dependency gradle to v9 ([#&#8203;736](https://redirect.github.com/charleskorn/kaml/issues/736)) ([afb012e](https://redirect.github.com/charleskorn/kaml/commit/afb012e76920e7fe22385ca6c6e3bfa31223bfb7)) - **internal:** update gradle/actions action to v4.4.3 ([#&#8203;755](https://redirect.github.com/charleskorn/kaml/issues/755)) ([8bc2c2d](https://redirect.github.com/charleskorn/kaml/commit/8bc2c2dd0d58682b180acf38abc8961622e617be)) - **internal:** update kotest to v6.0.3 ([#&#8203;748](https://redirect.github.com/charleskorn/kaml/issues/748)) ([647cbec](https://redirect.github.com/charleskorn/kaml/commit/647cbec7f5f16b483477f6c8efada14f6fc1cdd0)) - **internal:** update softprops/action-gh-release action to v2.3.3 ([#&#8203;754](https://redirect.github.com/charleskorn/kaml/issues/754)) ([e6b7246](https://redirect.github.com/charleskorn/kaml/commit/e6b7246cea89244547481119cdf974bb4afb3788)) - update plugin com.google.devtools.ksp to v2.2.20-2.0.2 ([#&#8203;757](https://redirect.github.com/charleskorn/kaml/issues/757)) ([09be873](https://redirect.github.com/charleskorn/kaml/commit/09be873711735789a1d1f18994e9cd42ac94cc2d)) </details> --- ### 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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8f53134 commit bccfe10

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.94.0")
18+
implementation("com.charleskorn.kaml:kaml:0.95.0")
1919
implementation("io.github.oshai:kotlin-logging:7.0.13")
2020
implementation(projects.sharedInternal)
2121

0 commit comments

Comments
 (0)