Skip to content

Commit 189f22f

Browse files
fix(deps): update dependency com.sksamuel.aedile:aedile-core to v3.0.2 (#2192)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.sksamuel.aedile:aedile-core](https://redirect.github.com/sksamuel/aedile) | `3.0.1` → `3.0.2` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.sksamuel.aedile:aedile-core/3.0.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.sksamuel.aedile:aedile-core/3.0.1/3.0.2?slim=true) | --- > [!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> ### [`v3.0.2`](https://redirect.github.com/sksamuel/aedile/blob/HEAD/changelog.md#302-December-2025) - Updated to Caffeine 3.2.3 </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42Ni4xNCIsInVwZGF0ZWRJblZlciI6IjQyLjY2LjE0IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ff738ba commit 189f22f

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
@@ -18,7 +18,7 @@ dependencies {
1818
implementation("io.ktor:ktor-client-cio")
1919
implementation("io.micrometer:micrometer-registry-prometheus:1.16.1")
2020

21-
implementation("com.sksamuel.aedile:aedile-core:3.0.1")
21+
implementation("com.sksamuel.aedile:aedile-core:3.0.2")
2222
implementation("io.github.oshai:kotlin-logging:7.0.13")
2323
implementation(platform("org.apache.logging.log4j:log4j-bom:2.25.3"))
2424
implementation("org.apache.logging.log4j:log4j-jul")

0 commit comments

Comments
 (0)