Skip to content

Commit d9dfcb6

Browse files
Update dependency org.junit.jupiter:junit-jupiter-api to v5.13.0
1 parent f0d2bd3 commit d9dfcb6

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
@@ -18,7 +18,7 @@ dependencies {
1818
compileOnly("org.jetbrains", "annotations", "26.0.2")
1919
implementation("net.kyori", "adventure-api", "4.21.0")
2020

21-
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.12.2")
21+
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.13.0")
2222
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine")
2323
}
2424

0 commit comments

Comments
 (0)