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

Commit 18e65d9

Browse files
Update dependency org.junit.jupiter:junit-jupiter to v5.10.3
1 parent b31e2a5 commit 18e65d9

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
@@ -56,7 +56,7 @@ dependencies {
5656
compileOnly("com.github.Project-Cepi:EconomyExtension:c4bc1b2484")
5757

5858
// Use the JUpiter test library.
59-
testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
59+
testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
6060
}
6161

6262
tasks.withType<KotlinCompile> {

0 commit comments

Comments
 (0)