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 bb224f7 commit 8193eb4Copy full SHA for 8193eb4
build.gradle.kts
@@ -26,7 +26,7 @@ dependencies {
26
testImplementation("org.awaitility:awaitility:4.3.0")
27
testImplementation("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT")
28
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
29
- testImplementation("org.assertj:assertj-core:3.27.3")
+ testImplementation("org.assertj:assertj-core:3.27.4")
30
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
31
}
32
0 commit comments