Skip to content

Commit

Permalink
Update junit5 monorepo to v5.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ryandens committed Jan 6, 2024
1 parent 97e5c6b commit 1209e89
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.8.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
}

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 @@ -5,7 +5,7 @@ plugins {
dependencies {
implementation(project(":plugin"))
implementation("gradle.plugin.com.github.johnrengelman:shadow:8.0.0")
testImplementation(platform("org.junit:junit-bom:5.9.2"))
testImplementation(platform("org.junit:junit-bom:5.10.1"))
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 1209e89

Please sign in to comment.