Skip to content

Commit 251bab3

Browse files
chore(deps): update junit5 monorepo to v5.9.0 (#35)
1 parent 5539b42 commit 251bab3

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
@@ -49,7 +49,7 @@ subprojects {
4949
compileOnly("org.jetbrains:annotations:23.0.0")
5050

5151
// tests
52-
testImplementation(platform("org.junit:junit-bom:5.8.2"))
52+
testImplementation(platform("org.junit:junit-bom:5.9.0"))
5353
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter")
5454
testRuntimeOnly(group = "org.junit.jupiter", name = "junit-jupiter-engine")
5555

core/build.gradle.kts

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

8-
testFixturesImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
9-
testFixturesRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")
8+
testFixturesImplementation("org.junit.jupiter:junit-jupiter:5.9.0")
9+
testFixturesRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.0")
1010
testFixturesImplementation("org.awaitility:awaitility:4.2.0")
1111
}

0 commit comments

Comments
 (0)