Skip to content

Commit 6cae28a

Browse files
Update dependency org.junit.jupiter:junit-jupiter to v6
1 parent 122fd44 commit 6cae28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
compileOnly("org.jetbrains:annotations:26.0.2-1")
3131

3232
testImplementation(kotlin("test"))
33-
testImplementation("org.junit.jupiter:junit-jupiter:5.14.0")
33+
testImplementation("org.junit.jupiter:junit-jupiter:6.0.1")
3434
}
3535

3636
tasks {

0 commit comments

Comments
 (0)