Skip to content

Commit 9e24c0e

Browse files
fix(deps): update junit5 monorepo to v5.12.1
1 parent 1f24fd4 commit 9e24c0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ subprojects {
3131

3232
dependencies {
3333
compileOnlyApi("org.jetbrains:annotations:24.1.0")
34-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
35-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
34+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
35+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.1")
3636
}
3737

3838
tasks {

0 commit comments

Comments
 (0)