Skip to content

Commit

Permalink
chore(deps): update junit5 monorepo to v5.11.2 (#334)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 5, 2024
1 parent 90351ce commit fb2138b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ subprojects {
testCompileOnly("org.jetbrains:annotations:25.0.0")

// tests
testImplementation(platform("org.junit:junit-bom:5.11.1"))
testImplementation(platform("org.junit:junit-bom:5.11.2"))
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter")
testRuntimeOnly(group = "org.junit.jupiter", name = "junit-jupiter-engine")

Expand Down
4 changes: 2 additions & 2 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugins {
dependencies {
api(project(":cache-api"))

testFixturesImplementation("org.junit.jupiter:junit-jupiter:5.11.1")
testFixturesRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
testFixturesImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
testFixturesRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2")
testFixturesImplementation("org.awaitility:awaitility:4.2.2")
}

Expand Down

0 comments on commit fb2138b

Please sign in to comment.