Skip to content

Commit

Permalink
chore(deps): update junit5 monorepo to v5.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent 2592351 commit 71dbab6
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:24.1.0")

// tests
testImplementation(platform("org.junit:junit-bom:5.11.0"))
testImplementation(platform("org.junit:junit-bom:5.11.1"))
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.0")
testFixturesRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
testFixturesImplementation("org.junit.jupiter:junit-jupiter:5.11.1")
testFixturesRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
testFixturesImplementation("org.awaitility:awaitility:4.2.2")
}

Expand Down

0 comments on commit 71dbab6

Please sign in to comment.