Skip to content

Commit

Permalink
fix(deps): update dependency com.charleskorn.kaml:kaml to v0.62.2 (#228)
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.62.1` -> `0.62.2` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.charleskorn.kaml:kaml/0.62.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.charleskorn.kaml:kaml/0.62.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.charleskorn.kaml:kaml/0.62.1/0.62.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.charleskorn.kaml:kaml/0.62.1/0.62.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>charleskorn/kaml (com.charleskorn.kaml:kaml)</summary>

###
[`v0.62.2`](https://redirect.github.com/charleskorn/kaml/releases/tag/0.62.2)

[Compare
Source](https://redirect.github.com/charleskorn/kaml/compare/0.62.1...0.62.2)

##### Bug Fixes

- `Decoder` does not represent the current node correctly
([#&#8203;617](https://redirect.github.com/charleskorn/kaml/issues/617))
([dbb29e7](https://redirect.github.com/charleskorn/kaml/commit/dbb29e76417fefbab830d64ea133183709a6dbf6))

##### Dependency Updates

- **internal:** update softprops/action-gh-release action to v2.0.9
([#&#8203;637](https://redirect.github.com/charleskorn/kaml/issues/637))
([0fa2c17](https://redirect.github.com/charleskorn/kaml/commit/0fa2c17b6eb2679a4c265c552e8b0a597c5286dc))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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-actions-typing).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent 0f51eb6 commit 8241912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
}

dependencies {
implementation("com.charleskorn.kaml:kaml:0.62.1")
implementation("com.charleskorn.kaml:kaml:0.62.2")

testImplementation(platform("io.kotest:kotest-bom:5.9.1"))
testImplementation("io.kotest:kotest-runner-junit5")
Expand Down

0 comments on commit 8241912

Please sign in to comment.