Skip to content

Commit 258b67f

Browse files
fix(deps): update junit-framework monorepo to v6 (#758)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.junit.jupiter:junit-jupiter](https://junit.org/) ([source](https://redirect.github.com/junit-team/junit-framework)) | `5.14.4` → `6.1.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.junit.jupiter:junit-jupiter/6.1.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.junit.jupiter:junit-jupiter/5.14.4/6.1.1?slim=true) | | [org.junit:junit-bom](https://junit.org/) ([source](https://redirect.github.com/junit-team/junit-framework)) | `5.14.4` → `6.1.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.junit:junit-bom/6.1.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.junit:junit-bom/5.14.4/6.1.1?slim=true) | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "before 9am on monday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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/btraceio/btrace). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjQyLjIiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> <!-- Reviewable:start --> - - - This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/btraceio/btrace/758) <!-- Reviewable:end --> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a8b2578 commit 258b67f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

btrace-gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
// Testing — version pinned here to match the root project's version catalog (settings.gradle).
2929
// Note: this is an included build and cannot access the root project's 'libs' version catalog.
3030
testImplementation gradleTestKit()
31-
testImplementation 'org.junit.jupiter:junit-jupiter:5.14.4'
31+
testImplementation 'org.junit.jupiter:junit-jupiter:6.1.1'
3232
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
3333
}
3434

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencyResolutionManagement {
5959
version('jmh', '1.37')
6060
version('jmhGradlePlugin', '0.7.3')
6161
version('slf4j', '1.7.36')
62-
version('junit', '5.14.4')
62+
version('junit', '6.1.1')
6363
version('testcontainers', '2.0.5')
6464

6565
// *** Gradle plugins ***

0 commit comments

Comments
 (0)