Skip to content

Commit

Permalink
Update junit5 monorepo to v5.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ryandens committed Dec 16, 2024
1 parent c408000 commit 5c257d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
constraints {
// Define dependency versions as constraints
}
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
}

tasks.named<Test>("test") {
Expand Down
2 changes: 1 addition & 1 deletion otel/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
implementation(project(":plugin"))
testImplementation(platform("org.junit:junit-bom:5.11.3"))
testImplementation(platform("org.junit:junit-bom:5.11.4"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.junit.jupiter:junit-jupiter-params")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
Expand Down

0 comments on commit 5c257d4

Please sign in to comment.