Skip to content

Commit d4b559c

Browse files
Update dependency ch.qos.logback:logback-classic to v1.5.20 (#5140)
This PR contains the following updates: | Package | Change | Age | 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.19` -> `1.5.20` | [![age](https://developer.mend.io/api/mc/badges/age/maven/ch.qos.logback:logback-classic/1.5.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/ch.qos.logback:logback-classic/1.5.19/1.5.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJjaG9yZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c4de94e commit d4b559c

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.19 (1 constraints: 4205423b)
315+
ch.qos.logback:logback-classic:1.5.20 (1 constraints: 3a053b3b)
316316

317-
ch.qos.logback:logback-core:1.5.19 (1 constraints: 410d472a)
317+
ch.qos.logback:logback-core:1.5.20 (1 constraints: 390d402a)
318318

319319
org.junit:junit-bom:5.14.0 (7 constraints: cd75cd0a)
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.19")
32+
testRuntimeOnly("ch.qos.logback:logback-classic:1.5.20")
3333
}
3434

3535
testing {

0 commit comments

Comments
 (0)