Message-ID: From: "renovate-bot (@renovate-bot)" To: "pgjdbc/pgjdbc" Date: Mon, 16 Jun 2025 06:20:32 +0000 Subject: [pgjdbc/pgjdbc] PR #3677: fix(deps): update dependency uk.org.webcompere:system-stubs-jupiter to v2 - autoclosed List-Id: X-GitHub-Additions: 1 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: 1 X-GitHub-Head-Branch: renovate/uk.org.webcompere-system-stubs-jupiter-2.x X-GitHub-Head-SHA: 9c54e23001de4e85a0c9021965c11405893bbf8b X-GitHub-Issue: 3677 X-GitHub-Labels: dependencies X-GitHub-Merge-SHA: 5a0810c6348355b9b44090089220a041d980dba7 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: closed X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3677 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/) | |---|---|---|---| | [uk.org.webcompere:system-stubs-jupiter](https://redirect.github.com/webcompere/system-stubs) | `1.2.1` → `2.1.8` | ![age](https://developer.mend.io/api/mc/badges/age/maven/uk.org.webcompere:system-stubs-jupiter/2.1.8?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/uk.org.webcompere:system-stubs-jupiter/1.2.1/2.1.8?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 this update 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/build-logic/jvm/src/main/kotlin/build-logic.test-junit5.gradle.kts b/build-logic/jvm/src/main/kotlin/build-logic.test-junit5.gradle.kts index 1ca84140cf..4c414ea883 100644 --- a/build-logic/jvm/src/main/kotlin/build-logic.test-junit5.gradle.kts +++ b/build-logic/jvm/src/main/kotlin/build-logic.test-junit5.gradle.kts @@ -17,7 +17,7 @@ dependencies { // the latest one so it would be updated by the bots even if system-stubs-jupiter does not update testImplementation(platform("net.bytebuddy:byte-buddy-parent:1.18.8")) } else { - testImplementation("uk.org.webcompere:system-stubs-jupiter:1.2.1") // renovate:ignore + testImplementation("uk.org.webcompere:system-stubs-jupiter:2.1.8") // renovate:ignore } testImplementation("org.junit.jupiter:junit-jupiter-params") testImplementation("org.hamcrest:hamcrest:3.0")