Skip to content

Commit 7c227fd

Browse files
fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.25 (#6021)
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.23` → `1.5.25` | ![age](https://developer.mend.io/api/mc/badges/age/maven/ch.qos.logback:logback-classic/1.5.25?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/ch.qos.logback:logback-classic/1.5.23/1.5.25?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:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hvcmUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d676f78 commit 7c227fd

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
@@ -386,9 +386,9 @@ oro:oro:2.0.8 (2 constraints: 1e1d4d7b)
386386

387387
[Test dependencies]
388388

389-
ch.qos.logback:logback-classic:1.5.23 (1 constraints: 3d053e3b)
389+
ch.qos.logback:logback-classic:1.5.25 (1 constraints: 3f05403b)
390390

391-
ch.qos.logback:logback-core:1.5.23 (1 constraints: 3c0d432a)
391+
ch.qos.logback:logback-core:1.5.25 (1 constraints: 3e0d452a)
392392

393393
org.junit:junit-bom:6.0.2 (7 constraints: 6f74267c)
394394

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.23")
32+
testRuntimeOnly("ch.qos.logback:logback-classic:1.5.25")
3333
}
3434

3535
testing {

0 commit comments

Comments
 (0)