Skip to content

Commit 04ecd60

Browse files
fix(deps): update dependency io.github.reactivecircus.cache4k:cache4k to v0.14.0 (#1773)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.github.reactivecircus.cache4k:cache4k](https://redirect.github.com/reactivecircus/cache4k) | `0.13.0` -> `0.14.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.reactivecircus.cache4k:cache4k/0.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.github.reactivecircus.cache4k:cache4k/0.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.github.reactivecircus.cache4k:cache4k/0.13.0/0.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.reactivecircus.cache4k:cache4k/0.13.0/0.14.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>reactivecircus/cache4k (io.github.reactivecircus.cache4k:cache4k)</summary> ### [`v0.14.0`](https://redirect.github.com/reactivecircus/cache4k/blob/HEAD/CHANGELOG.md#0140) [Compare Source](https://redirect.github.com/reactivecircus/cache4k/compare/0.13.0...0.14.0) ##### Changed - Kotlin 2.1.0 - Coroutines 1.10.1 - AtomicFU 0.27.0 - Stately 2.1.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fab70ca commit 04ecd60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jit-binding-server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
implementation("io.opentelemetry:opentelemetry-sdk:1.46.0")
2121
implementation("io.opentelemetry:opentelemetry-exporter-otlp:1.46.0")
2222
implementation("io.opentelemetry:opentelemetry-exporter-logging:1.46.0")
23-
implementation("io.github.reactivecircus.cache4k:cache4k:0.13.0")
23+
implementation("io.github.reactivecircus.cache4k:cache4k:0.14.0")
2424
implementation("io.github.oshai:kotlin-logging:7.0.3")
2525
implementation(platform("org.apache.logging.log4j:log4j-bom:2.24.3"))
2626
implementation("org.apache.logging.log4j:log4j-jul")

0 commit comments

Comments
 (0)