We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072aa50 commit 98e54adCopy full SHA for 98e54ad
1 file changed
build.gradle.kts
@@ -20,7 +20,7 @@ repositories {
20
dependencies {
21
implementation("com.intellectualsites.http:HTTP4J:1.3")
22
implementation("org.jetbrains:annotations:26.0.2")
23
- testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.4")
+ testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.0")
24
compileOnly("com.google.code.gson:gson:2.12.1")
25
compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.2.16")
26
}
0 commit comments