Skip to content

Commit a959f2b

Browse files
fix(deps): update dependency com.sksamuel.aedile:aedile-core to v3 (#2033)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.sksamuel.aedile:aedile-core](https://redirect.github.com/sksamuel/aedile) | `2.1.2` -> `3.0.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.sksamuel.aedile:aedile-core/3.0.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.1.2/3.0.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> ### [`v3.0.1`](https://redirect.github.com/sksamuel/aedile/releases/tag/v3.0.1) #### What's Changed - Update README.md by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;48](https://redirect.github.com/sksamuel/aedile/pull/48) - fix loading cache nullability by [@&#8203;tKe](https://redirect.github.com/tKe) in [#&#8203;50](https://redirect.github.com/sksamuel/aedile/pull/50) #### New Contributors - [@&#8203;tKe](https://redirect.github.com/tKe) made their first contribution in [#&#8203;50](https://redirect.github.com/sksamuel/aedile/pull/50) **Full Changelog**: <sksamuel/aedile@v3.0.0...v3.0.1> ### [`v3.0.0`](https://redirect.github.com/sksamuel/aedile/releases/tag/v3.0.0) #### What's Changed - Update changelog.md by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;42](https://redirect.github.com/sksamuel/aedile/pull/42) - Update to Caffeine 3.2; update nullability to match jSpecify; remove deprecated methods by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;47](https://redirect.github.com/sksamuel/aedile/pull/47) **Full Changelog**: <sksamuel/aedile@v2.1.2...v3.0.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c262228 commit a959f2b

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.15.3")
1818

19-
implementation("com.sksamuel.aedile:aedile-core:2.1.2")
19+
implementation("com.sksamuel.aedile:aedile-core:3.0.1")
2020
implementation("io.github.oshai:kotlin-logging:7.0.13")
2121
implementation(platform("org.apache.logging.log4j:log4j-bom:2.25.1"))
2222
implementation("org.apache.logging.log4j:log4j-jul")

0 commit comments

Comments
 (0)