Skip to content

Commit bdd14c6

Browse files
Update junit-framework monorepo to v6.0.2 (#303)
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)) | `6.0.1` → `6.0.2` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.junit.jupiter:junit-jupiter/6.0.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.junit.jupiter:junit-jupiter/6.0.1/6.0.2?slim=true) | | [org.junit:junit-bom](https://junit.org/) ([source](https://redirect.github.com/junit-team/junit-framework)) | `6.0.1` → `6.0.2` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.junit:junit-bom/6.0.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.junit:junit-bom/6.0.1/6.0.2?slim=true) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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/ryandens/javaagent-gradle-plugin). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 25cbf8e commit bdd14c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example-projects/buildSrc/src/main/kotlin/com.ryandens.javaagent.example.java-common-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
constraints {
1111
// Define dependency versions as constraints
1212
}
13-
testImplementation("org.junit.jupiter:junit-jupiter:6.0.1")
13+
testImplementation("org.junit.jupiter:junit-jupiter:6.0.2")
1414
}
1515

1616
tasks.named<Test>("test") {

otel/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
dependencies {
66
implementation(project(":plugin"))
7-
testImplementation(platform("org.junit:junit-bom:6.0.1"))
7+
testImplementation(platform("org.junit:junit-bom:6.0.2"))
88
testImplementation("org.junit.jupiter:junit-jupiter")
99
testImplementation("org.junit.jupiter:junit-jupiter-params")
1010
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

0 commit comments

Comments
 (0)