Skip to content

Commit 5f8670b

Browse files
Update junit5 monorepo to v5.11.3
1 parent 57d04d1 commit 5f8670b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ dependencies {
4242

4343
// testing libs
4444
testImplementation("junit:junit:4.13.2")
45-
testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
45+
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
4646
testImplementation("org.jetbrains.kotlin:kotlin-test:1.9.25")
4747
testImplementation("org.mockito.kotlin:mockito-kotlin:5.4.0")
48-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2")
49-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2")
48+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
49+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
5050
}
5151

5252
val sourcesJar by tasks.creating(Jar::class) {

0 commit comments

Comments
 (0)