Skip to content

Commit b107530

Browse files
Update junit5 monorepo to v5.12.0 (#142)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e07efa0 commit b107530

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.4")
45+
testImplementation("org.junit.jupiter:junit-jupiter:5.12.0")
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.4")
49-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
48+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.0")
49+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.0")
5050
}
5151

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

0 commit comments

Comments
 (0)