Skip to content

Commit af6e75c

Browse files
fix(deps): update dependency com.sksamuel.aedile:aedile-core to v3.0.3 (#2285)
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.2` → `3.0.3` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.sksamuel.aedile:aedile-core/3.0.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.sksamuel.aedile:aedile-core/3.0.2/3.0.3?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/355) for more information. --- ### Release Notes <details> <summary>sksamuel/aedile (com.sksamuel.aedile:aedile-core)</summary> ### [`v3.0.3`](https://redirect.github.com/sksamuel/aedile/releases/tag/v3.0.3) #### What's Changed - Update changelog.md by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;53](https://redirect.github.com/sksamuel/aedile/pull/53) - Add maxDelay to scheduler to prevent oversized delays ([#&#8203;49](https://redirect.github.com/sksamuel/aedile/issues/49)) by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;56](https://redirect.github.com/sksamuel/aedile/pull/56) - Use coroutineScope on get and getAll methods by [@&#8203;XenonShawn](https://redirect.github.com/XenonShawn) in [#&#8203;55](https://redirect.github.com/sksamuel/aedile/pull/55) #### New Contributors - [@&#8203;XenonShawn](https://redirect.github.com/XenonShawn) made their first contribution in [#&#8203;55](https://redirect.github.com/sksamuel/aedile/pull/55) **Full Changelog**: <sksamuel/aedile@v3.0.2...v3.0.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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3748959 commit af6e75c

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

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

0 commit comments

Comments
 (0)