Skip to content

Commit 3c6edd1

Browse files
fix(deps): update dependency org.apache.logging.log4j:log4j-bom to v2.25.4 (#2279)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.apache.logging.log4j:log4j-bom](https://logging.apache.org/log4j/2.x/) ([source](https://redirect.github.com/apache/logging-log4j2)) | `2.25.3` → `2.25.4` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.logging.log4j:log4j-bom/2.25.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.apache.logging.log4j:log4j-bom/2.25.3/2.25.4?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/355) for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0My45NC4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e0593e4 commit 3c6edd1

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

2121
implementation("com.sksamuel.aedile:aedile-core:3.0.2")
2222
implementation("io.github.oshai:kotlin-logging:8.0.01")
23-
implementation(platform("org.apache.logging.log4j:log4j-bom:2.25.3"))
23+
implementation(platform("org.apache.logging.log4j:log4j-bom:2.25.4"))
2424
implementation("org.apache.logging.log4j:log4j-jul")
2525
runtimeOnly("org.apache.logging.log4j:log4j-core")
2626
runtimeOnly("org.apache.logging.log4j:log4j-slf4j2-impl")

0 commit comments

Comments
 (0)