Skip to content

Commit acfbc3e

Browse files
chore(deps): update junit5 monorepo to v5.11.0 (#301)
1 parent 332c8d8 commit acfbc3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ subprojects {
5050
testCompileOnly("org.jetbrains:annotations:24.1.0")
5151

5252
// tests
53-
testImplementation(platform("org.junit:junit-bom:5.10.3"))
53+
testImplementation(platform("org.junit:junit-bom:5.11.0"))
5454
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter")
5555
testRuntimeOnly(group = "org.junit.jupiter", name = "junit-jupiter-engine")
5656

core/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ plugins {
55
dependencies {
66
api(project(":cache-api"))
77

8-
testFixturesImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
9-
testFixturesRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.3")
8+
testFixturesImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
9+
testFixturesRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
1010
testFixturesImplementation("org.awaitility:awaitility:4.2.2")
1111
}
1212

0 commit comments

Comments
 (0)