Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 4b8f251

Browse files
Update dependency org.junit.jupiter:junit-jupiter to v5.10.2
1 parent 4d36154 commit 4b8f251

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
compileOnly(kotlin("reflect"))
3434

3535
// Use the JUpiter test library.
36-
testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
36+
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
3737

3838
// Compile Minestom into project
3939
compileOnly("com.github.Minestom:Minestom:7867313290")

0 commit comments

Comments
 (0)