Skip to content

Commit

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

---

### Release Notes

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

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

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

##### Dependency Updates

- update dependency com.squareup.okio:okio to v3.10.2
([#&#8203;660](https://redirect.github.com/charleskorn/kaml/issues/660))
([7787824](https://redirect.github.com/charleskorn/kaml/commit/778782478b74def0cbe5cd1696e89dc5d3b6abb8))

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

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

##### Dependency Updates

- update kotlin to v2.1.10
([#&#8203;667](https://redirect.github.com/charleskorn/kaml/issues/667))
([d448f86](https://redirect.github.com/charleskorn/kaml/commit/d448f86a2b2fd9131f6e824f5b85ee9e3950c5f5))

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

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

##### Dependency Updates

- **internal:** update gradle/actions action to v4.3.0
([#&#8203;671](https://redirect.github.com/charleskorn/kaml/issues/671))
([c04effc](https://redirect.github.com/charleskorn/kaml/commit/c04effc21a97423fbf7900af79b1a80e85a24abf))
- update Kotlin to 2.1.0
([#&#8203;664](https://redirect.github.com/charleskorn/kaml/issues/664))
([83dd925](https://redirect.github.com/charleskorn/kaml/commit/83dd9253953021b54681637ca200b4cbd4472402))

</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-actions-typing).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent 019e6bd commit 397cf8b
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 @@ -80,7 +80,7 @@ kotlin {
sourceSets {
jvmMain {
dependencies {
implementation("com.charleskorn.kaml:kaml:0.67.1")
implementation("com.charleskorn.kaml:kaml:0.70.0")
}
}

Expand Down

0 comments on commit 397cf8b

Please sign in to comment.