Skip to content

Commit 831eaf2

Browse files
committed
Update junit to v5.11.2
1 parent 374f9d2 commit 831eaf2

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
@@ -34,8 +34,8 @@ dependencies {
3434
implementation("de.eldoria", "eldo-util", "1.14.5")
3535
bukkitLibrary("net.kyori", "adventure-platform-bukkit", "4.3.4")
3636
bukkitLibrary("net.kyori", "adventure-text-minimessage", "4.17.0")
37-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1")
38-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
37+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2")
38+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2")
3939
}
4040

4141
publishing {

0 commit comments

Comments
 (0)