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 58281b0 commit ae8132aCopy full SHA for ae8132a
1 file changed
build.gradle.kts
@@ -18,7 +18,7 @@ dependencies {
18
implementation("org.postgresql", "postgresql", "42.7.13")
19
implementation("com.zaxxer", "HikariCP", "7.1.0")
20
21
- testImplementation("org.junit.jupiter:junit-jupiter:6.1.1")
+ testImplementation("org.junit.jupiter:junit-jupiter:6.1.2")
22
compileOnly("org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT")
23
}
24
0 commit comments