Skip to content

Commit

Permalink
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.67.0 (#1750
Browse files Browse the repository at this point in the history
)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.charleskorn.kaml:kaml](https://redirect.github.com/charleskorn/kaml)
| `0.66.0` -> `0.67.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.charleskorn.kaml:kaml/0.67.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.charleskorn.kaml:kaml/0.67.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.charleskorn.kaml:kaml/0.66.0/0.67.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.charleskorn.kaml:kaml/0.66.0/0.67.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.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
([#&#8203;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
([#&#8203;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
([#&#8203;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
([#&#8203;647](https://redirect.github.com/charleskorn/kaml/issues/647))
([e4c96cb](https://redirect.github.com/charleskorn/kaml/commit/e4c96cbaa9f0aa29dc87386045e2feb2f54b3493))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi41IiwidXBkYXRlZEluVmVyIjoiMzkuNzIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent e523e5f commit 8339aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action-binding-generator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version = rootProject.version

dependencies {
implementation("com.squareup:kotlinpoet:2.0.0")
implementation("com.charleskorn.kaml:kaml:0.66.0")
implementation("com.charleskorn.kaml:kaml:0.67.0")
implementation("io.github.oshai:kotlin-logging:7.0.3")
implementation(projects.sharedInternal)

Expand Down

0 comments on commit 8339aeb

Please sign in to comment.