Skip to content

Commit e00ed4d

Browse files
fix(deps): update dependency com.sksamuel.aedile:aedile-core to v2.1.1 (#1914)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.sksamuel.aedile:aedile-core](https://redirect.github.com/sksamuel/aedile) | `2.0.3` -> `2.1.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.sksamuel.aedile:aedile-core/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.sksamuel.aedile:aedile-core/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.sksamuel.aedile:aedile-core/2.0.3/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.sksamuel.aedile:aedile-core/2.0.3/2.1.1?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>sksamuel/aedile (com.sksamuel.aedile:aedile-core)</summary> ### [`v2.1.1`](https://redirect.github.com/sksamuel/aedile/blob/HEAD/changelog.md#211-April-2025) - Updated refresh/refreshAll to be suspendable ### [`v2.1.0`](https://redirect.github.com/sksamuel/aedile/blob/HEAD/changelog.md#210-April-2025) - Added refresh/refreshAll to LoadingCache </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 26179c4 commit e00ed4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jit-binding-server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation("io.ktor:ktor-server-metrics-micrometer")
1717
implementation("io.micrometer:micrometer-registry-prometheus:1.14.6")
1818

19-
implementation("com.sksamuel.aedile:aedile-core:2.0.3")
19+
implementation("com.sksamuel.aedile:aedile-core:2.1.1")
2020
implementation("io.github.oshai:kotlin-logging:7.0.7")
2121
implementation(platform("org.apache.logging.log4j:log4j-bom:2.24.3"))
2222
implementation("org.apache.logging.log4j:log4j-jul")

0 commit comments

Comments
 (0)