Message-ID: From: "renovate-bot (@renovate-bot)" To: "pgjdbc/pgjdbc" Date: Mon, 15 Jun 2026 10:38:25 +0000 Subject: [pgjdbc/pgjdbc] PR #4180: fix(deps): update logback to v1.5.34 List-Id: X-GitHub-Additions: 2 X-GitHub-Author-Id: 25180681 X-GitHub-Author-Login: renovate-bot X-GitHub-Base: master X-GitHub-Changed-Files: 1 X-GitHub-Commits: 1 X-GitHub-Deletions: 2 X-GitHub-Head-Branch: renovate/logback X-GitHub-Head-SHA: 4925be7a30915f77c1f1b74fbce7c8e20084969b X-GitHub-Issue: 4180 X-GitHub-Labels: dependencies X-GitHub-Merge-SHA: d3b5b5c0a26649d8dee6f0906da2cfc92033b73f X-GitHub-Merged-By: vlsi X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/4180 Content-Type: text/plain; charset=utf-8 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.32` → `1.5.34` | ![age](https://developer.mend.io/api/mc/badges/age/maven/ch.qos.logback:logback-classic/1.5.34?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/ch.qos.logback:logback-classic/1.5.32/1.5.34?slim=true) | | [ch.qos.logback:logback-core](http://logback.qos.ch) ([source](https://redirect.github.com/qos-ch/logback), [changelog](https://logback.qos.ch/news.html)) | `1.5.32` → `1.5.34` | ![age](https://developer.mend.io/api/mc/badges/age/maven/ch.qos.logback:logback-core/1.5.34?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/ch.qos.logback:logback-core/1.5.32/1.5.34?slim=true) | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "every 3 weeks on Monday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] 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/pgjdbc/pgjdbc). diff --git a/pgjdbc-osgi-test/build.gradle.kts b/pgjdbc-osgi-test/build.gradle.kts index 33d82e71ec..9ddcb50f92 100644 --- a/pgjdbc-osgi-test/build.gradle.kts +++ b/pgjdbc-osgi-test/build.gradle.kts @@ -33,8 +33,8 @@ dependencies { testImplementation("org.ops4j.pax.exam:pax-exam-link-mvn:4.14.0") testImplementation("org.ops4j.pax.url:pax-url-aether:3.0.3") testImplementation("org.apache.felix:org.apache.felix.framework:7.0.5") - testImplementation("ch.qos.logback:logback-core:1.5.32") - testImplementation("ch.qos.logback:logback-classic:1.5.32") + testImplementation("ch.qos.logback:logback-core:1.5.34") + testImplementation("ch.qos.logback:logback-classic:1.5.34") testRuntimeOnly(platform("org.ow2.asm:asm-bom:9.10.1")) testRuntimeOnly("org.apache.aries.spifly:org.apache.aries.spifly.dynamic.bundle:1.3.7") }