Skip to content

Commit c9b8e67

Browse files
authored
Merge pull request #127 from gradle/dependabot/gradle/org.junit-junit-bom-5.12.0
Bump org.junit:junit-bom from 5.11.4 to 5.12.0
2 parents 3956644 + a3dd2d7 commit c9b8e67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ repositories {
77
}
88

99
dependencies {
10-
testImplementation(platform("org.junit:junit-bom:5.11.4"))
10+
testImplementation(platform("org.junit:junit-bom:5.12.0"))
1111
testImplementation("org.junit.jupiter:junit-jupiter")
12+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
1213
}
1314

1415
tasks.test {

0 commit comments

Comments
 (0)