Skip to content

Commit a1a4aa7

Browse files
authored
Merge pull request #13 from mudkipdev/renovate/junit5-monorepo
2 parents 07f4e24 + 31cc486 commit a1a4aa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ subprojects {
2121

2222
dependencies {
2323
compileOnly("org.jetbrains:annotations:26.0.2")
24-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
24+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
2525
testImplementation("org.junit.jupiter:junit-jupiter-params:5.12.2")
2626
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.2")
27-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.1")
27+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.2")
2828
}
2929

3030
tasks.test {

0 commit comments

Comments
 (0)