Skip to content

Commit 86ce8cd

Browse files
Update dependency ch.qos.logback:logback-classic to v1.5.22 (#5727)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [ch.qos.logback:logback-classic](http://logback.qos.ch) ([source](https://redirect.github.com/qos-ch/logback), [changelog](https://logback.qos.ch/news.html)) | `1.5.21` -> `1.5.22` | ![age](https://developer.mend.io/api/mc/badges/age/maven/ch.qos.logback:logback-classic/1.5.22?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/ch.qos.logback:logback-classic/1.5.21/1.5.22?slim=true) | --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNDIuMiIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hvcmUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7fd07a0 commit 86ce8cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

java/versions.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,9 @@ oro:oro:2.0.8 (1 constraints: 1c0dce36)
312312

313313
[Test dependencies]
314314

315-
ch.qos.logback:logback-classic:1.5.21 (1 constraints: 3b053c3b)
315+
ch.qos.logback:logback-classic:1.5.22 (1 constraints: 3c053d3b)
316316

317-
ch.qos.logback:logback-core:1.5.21 (1 constraints: 3a0d412a)
317+
ch.qos.logback:logback-core:1.5.22 (1 constraints: 3b0d422a)
318318

319319
org.junit:junit-bom:5.14.1 (7 constraints: d475ef0e)
320320

java/vortex-jni/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929

3030
// Logging
3131
implementation("org.slf4j:slf4j-api:2.0.17")
32-
testRuntimeOnly("ch.qos.logback:logback-classic:1.5.21")
32+
testRuntimeOnly("ch.qos.logback:logback-classic:1.5.22")
3333
}
3434

3535
testing {

0 commit comments

Comments
 (0)